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

docker ps
docker stop container_id