linux停止或删除docker容器命令 docker stop rm

报错内容:
Error response from daemon: You cannot remove a running container 84b3cc69085f074ac956a013218d100ff1763fa2e3a887b25bd8cf1dd2e5ce85. Stop the container before attempting removal or force remove

ERROR: for orderer.example.com Cannot create container for service orderer.example.com: Conflict. The container name "/orderer.example.com" is already in use by container "4e6bab50c48f8861fc8ba65fad1a2ae555cb97ba65387e61584f5cc5ae144dc1". You have to remove (or rename) that container to be able to reuse that name.

docker容器冲突,需要移除相对应的docker容器

先查看docker镜像

docker ps

在这里插入图片描述

关闭容器

关闭所有容器

docker stop $(docker ps -a -q)

在这里插入图片描述
再次查看容器,已被全部移除
在这里插入图片描述

若只想关闭某一个容器,则输入对应的CONTAINER ID(容器id)并执行

docker stop <CONTAINER ID>

删除容器

删除所有容器

docker rm $(docker ps -a -q)

删除单个容器

docker rm <CONTAINER ID>

欢迎小伙伴的讨论,若有问题请在评论区评论或私信,谢谢你。

  • 4
    点赞
  • 13
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值