Merge pull request #7698 from thaim/patch-1

fix missing symbol to indicate start of command
This commit is contained in:
Maria Bermudez
2018-12-13 10:42:34 -08:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ machines.
2. Run the following command to create a new swarm:
```bash
docker swarm init --advertise-addr <MANAGER-IP>
$ docker swarm init --advertise-addr <MANAGER-IP>
```
>**Note**: If you are using Docker for Mac or Docker for Windows to test