mirror of https://github.com/docker/docs.git
Merge pull request #7698 from thaim/patch-1
fix missing symbol to indicate start of command
This commit is contained in:
commit
be13b49abc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue