Volume declaration breaks Docker socket mount
In the Ubuntu Dockerfile is the volume /var/run/docker.sock
defined. This creates a folder at /var/run/docker.sock
and you can't mount the socket there anymore. I forked the repo under lorenz/gitlab-ci-multi-runner@ffac4efe and added the necessary change since I couldn't create a MR (not enough privileges?). Could you merge it?