Skip to content

Commit 0555f6a

Browse files
author
Mano Marks
authored
Merge pull request docker#305 from Deborah-Digges/patch-5
Make link description a little clearer
2 parents f1e6941 + 9c8329d commit 0555f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swarm-mode/beginner-tutorial/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Docker includes swarm mode for natively managing a cluster of Docker Engines called a swarm. You can use the Docker CLI to create a swarm, deploy application services to a swarm, and manage swarm behavior. This tutorial uses [Docker Machine](https://docs.docker.com/machine/) to create multiple nodes on your desktop. If you prefer you can create those nodes in your own cloud or on multiple machines.
33

44
>**Important Note**
5-
You don't need to use the Docker CLI to perform these operations. You can use `docker stack deploy --compose-file STACKNAME.yml STACKNAME` instead. For an introduction to this, check out the [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md). For an introduction to using a stack file in a compose file format to deploy an app for more information.
5+
You don't need to use the Docker CLI to perform these operations. You can use `docker stack deploy --compose-file STACKNAME.yml STACKNAME` instead. For an introduction to using a stack file in a compose file format to deploy an app, check out [Deploying an app to a Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md).
66

77
## Preparation
88
You need to have Docker and Docker Machine installed on your system. [Download Docker](https://docker.com/getdocker) for your platform and install it.

0 commit comments

Comments
 (0)