mirror of https://github.com/docker/docs.git
Fix formatting indentation
This commit is contained in:
parent
ca21999b4c
commit
ca1ae3f208
|
|
@ -72,6 +72,7 @@ href="https://www.consul.io/" target="blank">Consul</a> container.
|
|||
```bash
|
||||
$ eval $(docker-machine env keystore)
|
||||
```
|
||||
|
||||
3. Run <a href="https://hub.docker.com/r/progrium/consul/" target="_blank">the
|
||||
`consul` container</a>.
|
||||
|
||||
|
|
@ -177,11 +178,13 @@ loadbalancer. Before you build the load balancer host, you'll create the
|
|||
configuration you'll use for Nginx.
|
||||
|
||||
1. On your local host, create a `config` directory.
|
||||
|
||||
2. Change directories to the `config` directory.
|
||||
|
||||
```bash
|
||||
$ cd config
|
||||
```
|
||||
|
||||
3. Get the IP address of the Swarm manager host.
|
||||
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Reference in New Issue