0
点赞
收藏
分享

微信扫一扫

Error invoking remote method ‘docker-start-container‘: Error: (HTTP code 304) container already star

水沐由之 2022-07-12 阅读 97

Error invoking remote method ‘docker-start-container’: Error: (HTTP code 304) container already started -
这是因为已经有一个容器启动了,需要先停掉这个容器,再才能重启,有时候docker的bug

docker ps
docker stop container_id


举报

相关推荐

0 条评论