From 922ae1201b5be6655b515029945db5a0102ca548 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 18 Jul 2017 14:04:52 -0700 Subject: [PATCH] updated Docker version information for Cloud (#3896) * updated Docker version information for Cloud Signed-off-by: Victoria Bialas * modified Docker Engine references to Docker x.x Signed-off-by: Victoria Bialas * improved version information Signed-off-by: Victoria Bialas * fixed typo per review Signed-off-by: Victoria Bialas --- docker-cloud/cloud-swarm/index.md | 12 ++++-------- engine/swarm/index.md | 16 +++++++--------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/docker-cloud/cloud-swarm/index.md b/docker-cloud/cloud-swarm/index.md index 050606aa3c..16404faa86 100644 --- a/docker-cloud/cloud-swarm/index.md +++ b/docker-cloud/cloud-swarm/index.md @@ -8,15 +8,11 @@ title: Swarms in Docker Cloud (Beta) notoc: true --- -Docker Cloud now allows you to connect to clusters -of Docker Engines running in v1.13 -[swarm mode](/engine/swarm/). +Docker Cloud now allows you to connect to clusters of Docker Engines in [swarm mode](/engine/swarm/). -With Beta Swarm Mode in Docker Cloud, you can -provision swarms to popular cloud providers, or -register existing swarms to Docker Cloud. -Use your Docker ID to authenticate and securely access -personal or team swarms. +With Beta Swarm Mode in Docker Cloud, you can provision swarms to popular cloud +providers, or register existing swarms to Docker Cloud. Use your Docker ID to +authenticate and securely access personal or team swarms. * [Using Swarm Mode with Docker Cloud](using-swarm-mode.md) diff --git a/engine/swarm/index.md b/engine/swarm/index.md index 5dd98744ab..91e86745d3 100644 --- a/engine/swarm/index.md +++ b/engine/swarm/index.md @@ -4,18 +4,16 @@ keywords: docker, container, cluster, swarm title: Swarm mode overview --- -To use Docker Engine in swarm mode, install the Docker Engine `v1.12.0` or -later from the [Docker releases GitHub -repository](https://github.com/moby/moby/releases). Alternatively, install -the latest Docker for Mac or Docker for Windows Beta. +To use Docker in swarm mode, install Docker `1.12.0` or later. Install +instructions for all platforms are +[here](https://docs.docker.com/engine/installation/). -Docker Engine 1.12 includes swarm mode for natively managing a cluster of -Docker Engines called a *swarm*. Use the Docker CLI to create a swarm, deploy +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’re using a Docker version prior to `v1.12.0`, see [Docker -Swarm](/swarm). +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