mirror of https://github.com/docker/docs.git
Fixes rendering problems
This commit is contained in:
parent
970dcdfdbd
commit
88a190986a
|
@ -16,7 +16,7 @@ machines.
|
||||||
$ docker-machine ssh manager1
|
$ docker-machine ssh manager1
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the following command to create a new swarm:
|
2. Run the following command to create a new swarm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker swarm init --advertise-addr <MANAGER-IP>
|
docker swarm init --advertise-addr <MANAGER-IP>
|
||||||
|
@ -52,7 +52,7 @@ Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm.
|
||||||
join as managers or workers depending on the value for the `--token`
|
join as managers or workers depending on the value for the `--token`
|
||||||
flag.
|
flag.
|
||||||
|
|
||||||
2. Run `docker info` to view the current state of the swarm:
|
2. Run `docker info` to view the current state of the swarm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker info
|
$ docker info
|
||||||
|
@ -70,7 +70,7 @@ Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm.
|
||||||
...snip...
|
...snip...
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run the `docker node ls` command to view information about nodes:
|
3. Run the `docker node ls` command to view information about nodes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker node ls
|
$ docker node ls
|
||||||
|
|
Loading…
Reference in New Issue