Clarify the command only for docker-machine (#1149)

* Clarify the command only for docker-machine
This commit is contained in:
Viet Hung Nguyen 2017-01-19 06:17:18 +07:00 committed by Misty Stanley-Jones
parent 388ac08ebf
commit 956f77d618
1 changed files with 3 additions and 2 deletions

View File

@ -9,10 +9,11 @@ to create a swarm. Make sure the Docker Engine daemon is started on the host
machines. machines.
1. Open a terminal and ssh into the machine where you want to run your manager 1. Open a terminal and ssh into the machine where you want to run your manager
node. For example, the tutorial uses a machine named `manager1`. node. This tutorial uses a machine named `manager1`. If you use Docker Machine,
you can connect to it via SSH using the following command:
```bash ```bash
docker-machine ssh manager1 $ docker-machine ssh manager1
``` ```
2. Run the following command to create a new swarm: 2. Run the following command to create a new swarm: