Docker Stack删除无用的服务
当某个服务从yaml文件中删除之后,更新stack时并不会删除无用的服务,需要加--prune参数进行删除
--prune
docker stack deploy -c docker-swarm-pubsub-mysql.yml iotx --prune