Snippet Path

Allow gitlab-runner to use docker

Authors

Allows gitlab-runner to use docker:

bash
usermod -aG docker gitlab-runner
sudo service docker restart