From 1a2521cbc1f12a76cb42ae142cc71b99a90149f7 Mon Sep 17 00:00:00 2001 From: thaim Date: Fri, 16 Nov 2018 02:15:12 +0900 Subject: [PATCH] fix missing symbol to indicate start of command --- engine/swarm/swarm-tutorial/create-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/swarm-tutorial/create-swarm.md b/engine/swarm/swarm-tutorial/create-swarm.md index 1c5904e35b..75675454e5 100644 --- a/engine/swarm/swarm-tutorial/create-swarm.md +++ b/engine/swarm/swarm-tutorial/create-swarm.md @@ -20,7 +20,7 @@ machines. 2. Run the following command to create a new swarm: ```bash - docker swarm init --advertise-addr + $ docker swarm init --advertise-addr ``` >**Note**: If you are using Docker for Mac or Docker for Windows to test