Issue with GitLab Runner: Port is Being Removed from Repository URL
I’m encountering an issue with GitLab Runner where the URL of my repository is being altered, and the port is removed. I have a GitLab project accessible at the following URL: http://192.168.181.106:8081/sarra/check_runner.git. However, when running a job in GitLab Runner, I see that the URL becomes http://192.168.181.106/sarra/check_runner.git, leading to a connection error. Here’s the error message I receive:
Cannot connect to the Docker daemon but hello world from docker works
I’ve stucked on this for days, I’ve checked the docker is running by docker run hello-world
.
But why still see the error?