docker出现问题:You cannot remove a running container 解决方案

docker使用教程相关系列 目录


报错:

Error response from daemon: You cannot remove a running container b09ec376401a46199d914abe34f80d5da895d7b35dd46978c5bd6110a2b53bcd. Stop the container before attempting removal or use -f

0

分析原因:

不能删除一个正在运行中的容器,要先停止下来才能删除

解决方案:

0

猜你喜欢

转载自blog.csdn.net/shi_hong_fei_hei/article/details/114232852