updated Docker version information for Cloud (#3896)

* updated Docker version information for Cloud

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* modified Docker Engine references to Docker x.x

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* improved version information

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed typo per review

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-07-18 14:04:52 -07:00 committed by GitHub
parent 37bad6c8c9
commit 922ae1201b
2 changed files with 11 additions and 17 deletions

View File

@ -8,15 +8,11 @@ title: Swarms in Docker Cloud (Beta)
notoc: true notoc: true
--- ---
Docker Cloud now allows you to connect to clusters Docker Cloud now allows you to connect to clusters of Docker Engines in [swarm mode](/engine/swarm/).
of Docker Engines running in v1.13
[swarm mode](/engine/swarm/).
With Beta Swarm Mode in Docker Cloud, you can With Beta Swarm Mode in Docker Cloud, you can provision swarms to popular cloud
provision swarms to popular cloud providers, or providers, or register existing swarms to Docker Cloud. Use your Docker ID to
register existing swarms to Docker Cloud. authenticate and securely access personal or team swarms.
Use your Docker ID to authenticate and securely access
personal or team swarms.
* [Using Swarm Mode with Docker Cloud](using-swarm-mode.md) * [Using Swarm Mode with Docker Cloud](using-swarm-mode.md)

View File

@ -4,18 +4,16 @@ keywords: docker, container, cluster, swarm
title: Swarm mode overview title: Swarm mode overview
--- ---
To use Docker Engine in swarm mode, install the Docker Engine `v1.12.0` or To use Docker in swarm mode, install Docker `1.12.0` or later. Install
later from the [Docker releases GitHub instructions for all platforms are
repository](https://github.com/moby/moby/releases). Alternatively, install [here](https://docs.docker.com/engine/installation/).
the latest Docker for Mac or Docker for Windows Beta.
Docker Engine 1.12 includes swarm mode for natively managing a cluster of Current versions of Docker include *swarm mode* for natively managing a cluster
Docker Engines called a *swarm*. Use the Docker CLI to create a swarm, deploy of Docker Engines called a *swarm*. Use the Docker CLI to create a swarm, deploy
application services to a swarm, and manage swarm behavior. 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
If youre using a Docker version prior to `v1.12.0`, see [Docker swarm](/swarm/index.md), but we recommend updating.
Swarm](/swarm).
## Feature highlights ## Feature highlights