Docker swarm

docs.docker.com/engine/swarm/

See the (undeprecated) DockerSwarmStill.Rocks for more info and resources.

Docker Swarm Mode is great to deploy your application stacks to production, in a distributed cluster, using the same files used by Docker Compose locally.

So, with Docker Swarm Mode you have:

  • Reproducibility, use the same files as when developing locally.
  • Simplicity and speed for development and deployment.
  • Robustness and security, with fault-tolerant clusters.

Mirantis, which bought Docker's Enterprise Platform business, is guaranteeing support for swarm until 2030.

Co-op Cloud has built their solution on Docker Swarm.

Notes mentioning this note