mirror of
https://github.com/mikeroyal/Self-Hosting-Guide.git
synced 2026-03-22 16:31:28 -05:00
Docker Swarm seems to refer to the deprecated Classic Swarm #336
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s4ke on GitHub (Aug 5, 2023).
This seems to refer to the old classic swarm. The newer swarm mode does not expose things as a "virtual" host, but instead uses an approach that is more similar to Kubernetes in terms of operating mode.
see https://github.com/docker-archive/classicswarm where the quote comes from "Docker Swarm "Classic" is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual host."
Docker Swarm Mode (which is what people usually mean when they talk about Docker Swarm nowadays) is part of Docker and is built on top of swarmkit https://github.com/moby/swarmkit
@mikeroyal commented on GitHub (Aug 8, 2023):
Yes, it seems you're right feel free to make a PR if you would like to. Otherwise I'll fix it in a few days.
@mikeroyal commented on GitHub (Sep 9, 2023):
Okay, made the fix.