For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete docker swarm

  1. Make all worker nodes leave the swarm

sudo docker swarm leave

2. Remove inactive nodes

node rm

3. Make master node leave the swarm

sudo docker swarm leave --force

Last updated