Merge pull request #15781 from NitishKumar06/Nitish/15298

Removed the mentioning of docker machine
This commit is contained in:
Usha Mandya 2022-09-29 18:43:29 +01:00 committed by GitHub
commit 1da7aaa353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -10,12 +10,7 @@ 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. This tutorial uses a machine named `manager1`. If you use Docker Machine, node. This tutorial uses a machine named `manager1`.
you can connect to it via SSH using the following command:
```console
$ docker-machine ssh manager1
```
2. Run the following command to create a new swarm: 2. Run the following command to create a new swarm: