Hi Everyone
After successfully installing a self-hosted gitlab server, setting up a repo and CI, and deploying code to an application server, I have run into a persistent fault that has blocked me now for 2 days. Nothing I have tried from any online help sources has made any difference.
Any/all stages fail with this error:
Running with gitlab-ci-multi-runner 9.5.1 (96b34cc)
on Ubu (99292b2d)
Using Docker executor with image php:7.1 …
ERROR: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Will be retried in 3s …
Using Docker executor with image php:7.1 …
ERROR: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Will be retried in 3s …
Using Docker executor with image php:7.1 …
ERROR: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Will be retried in 3s …
ERROR: Job failed (system failure): Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
As far as I can work out, the error did not emerge from anything I changed. I created a second brand new gitlab server instance and tried various configurations on two different application servers, reinstalled gitlab-runner, deleted and reinstalled all runner registrations, tried changing settings in config.toml, and absolutely nothing has worked.
Has anyone else come across this problem?
Any help/suggestions would be most welcome.
Thanks
John