Docker não pode parar o contêiner

sudo systemctl restart docker.socket docker.service
docker rm -f <container id>
Arno Deceuninck