docker on ubuntu 16.04 error when killing container

后端 未结 6 682
心在旅途
心在旅途 2020-12-08 02:45

I can\'t kill or stop any docker container. I\'ve allowed non-privileged users to run Docker commands. And docker run hello-world works fine. But I can\'t stop

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-08 03:12

    This command will stop all docker containers.

    sudo killall docker-containerd-shim
    

    This command will remove all docker containers.

    sudo docker-compose down
    

提交回复
热议问题