mirror of https://github.com/docker/docs.git
Remove reference to pre-1.12 standalone swarm
Docker 1.12 and under has reached EOL a long time ago, and should not be used (as they have unpatched vulnerabilities). Standalone swarm is now in maintenance mode, so we can probably remove this reference. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9f800b9c43
commit
31d830a534
|
@ -11,9 +11,6 @@ Current versions of Docker include *swarm mode* for natively managing a cluster
|
|||
of Docker Engines called a *swarm*. Use the Docker CLI to create a swarm, deploy
|
||||
application services to a swarm, and manage swarm behavior.
|
||||
|
||||
If you are using a Docker version prior to `1.12.0`, you can use [standalone
|
||||
swarm](/swarm/index.md), but we recommend updating.
|
||||
|
||||
## Feature highlights
|
||||
|
||||
* **Cluster management integrated with Docker Engine:** Use the Docker Engine
|
||||
|
|
Loading…
Reference in New Issue