fix missing symbol to indicate start of command

This commit is contained in:
thaim 2018-11-16 02:15:12 +09:00
parent 7d4ff441f9
commit 1a2521cbc1
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