ibuildthecloud/systemd-docker

stopping service/container drops Docker socket file

Opened this issue · 1 comments

On Debian when I systemctl stop container service it removes Docker socket /var/run/docker.sock which makes communication with Docker daemon impossible:

# docker ps
  dial unix /var/run/docker.sock: connect: no such file or directory.
  * Is your docker daemon up and running?

I can re-create socket file using systemctl restart docker.socket but it is quite inconvenient...

Possibly related to moby/moby#7087