本来准备尝试 github 上的一个解决方法 ,但准备操作时发现幽灵节点消失了。
docker pull dperny/tasknuke
docker service ps <service_name> # Find the id of the task that is causing problem
docker inspect <troublesome_task_id> | grep "ID" # Find the long id of the task
docker run -v /var/run/docker/swarm/control.sock:/var/run/swarmd.sock dperny/tasknuke <long_task_id>