Home Explore Blog CI



docker

content/includes/swarm-mode.md
6680c13304714f004b3641a0143887ffaffaab10f7bdf37000000003000001b2
> [!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](/compose/) instead.
> If you're developing for a Kubernetes deployment, consider using the
> [integrated Kubernetes feature](/manuals/desktop/features/kubernetes.md) in Docker Desktop.

Chunks
1f161a23 (1st chunk of `content/includes/swarm-mode.md`)
Title: When to Use Swarm Mode
Summary
Swarm mode is for managing a cluster of Docker daemons in a production environment. If not using Swarm for production, consider Docker Compose or the integrated Kubernetes feature in Docker Desktop instead.