mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Merge pull request #7698 from thaim/patch-1
fix missing symbol to indicate start of command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user