This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Description
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...