Files
docker-docs/_includes/swarm-mode.md
David Karlsson 093181c9e1 engine: add note about swarm usage
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-31 11:01:43 +02:00

416 B

Note

Swarm mode is an advanced feature for managing a cluster of Docker daemons.

Use Swarm mode if you intend to use Swarm as a production runtime environment.

If you're not planning on deploying with Swarm, use Docker Compose instead. If you're developing for a Kubernetes deployment, consider using the integrated Kubernetes feature in Docker Desktop.