mirror of https://github.com/docker/docs.git
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
---
|
|
description: 'Swarm: a Docker-native clustering system'
|
|
keywords: docker, swarm, clustering
|
|
title: Docker Swarm
|
|
---
|
|
|
|
This section refers to standalone Docker Swarm. If you use Docker 1.12 or higher,
|
|
[Swarm mode](../engine/swarm/index.md) is integrated with Docker Engine. Most
|
|
users should use the integrated Swarm mode. Standalone Docker Swarm is not
|
|
integrated into the Docker Engine API and CLI commands.
|
|
|
|
If you decide to use standalone Docker Swarm, use these links to get started.
|
|
|
|
* [Docker Swarm overview](overview.md)
|
|
* [How to get Docker Swarm](get-swarm.md)
|
|
* [Evaluate Swarm in a sandbox](install-w-machine.md)
|
|
* [Plan for Swarm in production](plan-for-production.md)
|
|
* [Build a Swarm cluster for production](install-manual.md)
|
|
* [Try Swarm at scale](swarm_at_scale/index.md)
|
|
* [Overview Swarm with TLS](secure-swarm-tls.md)
|
|
* [Configure Docker Swarm for TLS](configure-tls.md)
|
|
* [Docker Swarm Discovery](discovery.md)
|
|
* [High availability in Docker Swarm](multi-manager-setup.md)
|
|
* [Swarm and container networks](networking.md)
|
|
* [Advanced Scheduling](scheduler/index.md)
|
|
* [Provision a Swarm cluster with Docker Machine](provision-with-machine.md)
|
|
* [Docker Swarm API](swarm-api.md)
|