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
commit be13b49abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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