how to kill container in docker code example
Example 1: can't kill docker container
$ sudo systemctl restart docker.socket docker.service
$ docker rm
Example 2: how to stop a container docker
docker stop
$ sudo systemctl restart docker.socket docker.service
$ docker rm
docker stop