docker can't stop container code example
Example 1: can't kill docker container
$ sudo systemctl restart docker.socket docker.service
$ docker rm <container id>
Example 2: docker cannot stop container
sudo systemctl restart docker.socket docker.service
docker rm -f <container id>