Docker ne peut pas arrêter le conteneur

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