Skip to content

Commit

Permalink
Merge pull request docker#578 from docker/mstanleyjones-patch-2
Browse files Browse the repository at this point in the history
Add disclaimer about standalone swarm in 1.12+
  • Loading branch information
Misty Stanley-Jones authored Nov 23, 2016
2 parents 013d8f0 + 8953d4a commit c38dc6c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion swarm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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)
Expand All @@ -17,4 +24,4 @@ title: Docker Swarm
* [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)
* [Docker Swarm API](swarm-api.md)

0 comments on commit c38dc6c

Please sign in to comment.