Docker Swarm 删除节点

在 Node 上

docker swarm leave

在 Manager 上

docker node rm <node_name>

参考

  1. docker swarm 删除节点