From bdd8eb8dbe2e54c571c623274f666b321166d666 Mon Sep 17 00:00:00 2001 From: NitishKumar06 Date: Thu, 29 Sep 2022 22:55:05 +0530 Subject: [PATCH] Removed the mentioning of docker machine --- engine/swarm/swarm-tutorial/create-swarm.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/engine/swarm/swarm-tutorial/create-swarm.md b/engine/swarm/swarm-tutorial/create-swarm.md index 094e0ce7c2..581dc65ff3 100644 --- a/engine/swarm/swarm-tutorial/create-swarm.md +++ b/engine/swarm/swarm-tutorial/create-swarm.md @@ -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: