Link docker.sock in /var/run
<TL;DR> I have a binary tool that relies on docker UNIX socket /var/run/docker.sock I am running the binary in a Gitlab CI job, thus having a docker on a TCP socket tcp://docker:2375 How to bind UNIX socket /var/run/docker.sock with TCP…