Skip to content

Commit

Permalink
Clarify the command only for docker-machine (#1149)
Browse files Browse the repository at this point in the history
* Clarify the command only for docker-machine
  • Loading branch information
hvnsweeting authored and Misty Stanley-Jones committed Jan 18, 2017
1 parent 388ac08 commit 956f77d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engine/swarm/swarm-tutorial/create-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ to create a swarm. Make sure the Docker Engine daemon is started on the host
machines.

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
docker-machine ssh manager1
$ docker-machine ssh manager1
```

2. Run the following command to create a new swarm:
Expand Down

0 comments on commit 956f77d

Please sign in to comment.