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...
On Debian when I
systemctl stopcontainer service it removes Docker socket/var/run/docker.sockwhich makes communication with Docker daemon impossible:I can re-create socket file using
systemctl restart docker.socketbut it is quite inconvenient...