mirror of https://github.com/docker/docs.git
Removed the mentioning of docker machine
This commit is contained in:
parent
8bce7328f1
commit
bdd8eb8dbe
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue