Skip to content

Commit

Permalink
Merge pull request docker#15781 from NitishKumar06/Nitish/15298
Browse files Browse the repository at this point in the history
Removed the mentioning of docker machine
  • Loading branch information
usha-mandya authored Sep 29, 2022
2 parents 2ceb39c + bdd8eb8 commit 1da7aaa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions engine/swarm/swarm-tutorial/create-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ 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. This tutorial uses a machine named `manager1`. If you use Docker Machine,
you can connect to it via SSH using the following command:

```console
$ docker-machine ssh manager1
```
node. This tutorial uses a machine named `manager1`.

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

Expand Down

0 comments on commit 1da7aaa

Please sign in to comment.