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

docker ps
docker stop container_id
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐