1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update overlay.md

This commit is contained in:
Matthieu Fronton 2015-09-30 16:57:32 +02:00
parent 00772afa41
commit aa3db80a5b

View file

@ -48,7 +48,7 @@ $ consul agent -server -bootstrap -data-dir /tmp/consul -bind=<host-1-ip-address
**host-2** Start the Consul agent:
```
$ consul agent -data-dir /tmp/consul -bind <host-2-ip-address>
$ consul agent -data-dir /tmp/consul -bind=<host-2-ip-address>
$ consul join <host-1-ip-address>
```