解決方法如下: 在進行全新部署的時候,使用以下指令進行容器的清除。 先停掉所有的容器docker stop $(docker ps -a -q)然後刪除所有的容器docker rm $(docker ps -aq)推薦教學:docker教學#