当前位置:   article > 正文

ERROR: for orderer.example.com Cannot create container for service orderer.example.com: Conflict._error: for mqnamesrv cannot create container for s

error: for mqnamesrv cannot create container for service mqnamesrv: conflict

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 “e69fceb5ea2493b9219f5d702e82dd2d606e19c70855b44ad8848596f25756d4”. You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.

解决方法:

两行命令
1.停用docker容器
2.删除docker 容器
docker stop $(docker ps -q)
docker rm $(docker ps -aq)

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/948697
推荐阅读
相关标签
  

闽ICP备14008679号