|
|
|
@ -78,9 +78,9 @@ All together, these settings yield a
|
|
|
|
|
[`consul agent`](/docs/commands/agent.html) command like this:
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
vagrant@n1:~$ consul agent -server -bootstrap-expect 1 \
|
|
|
|
|
-data-dir /tmp/consul -node=agent-one -bind=172.20.20.10 \
|
|
|
|
|
-config-dir /etc/consul.d
|
|
|
|
|
vagrant@n1:~$ consul agent -server -bootstrap-expect=1 \
|
|
|
|
|
-data-dir=/tmp/consul -node=agent-one -bind=172.20.20.10 \
|
|
|
|
|
-config-dir=/etc/consul.d
|
|
|
|
|
...
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
@ -100,8 +100,8 @@ All together, these settings yield a
|
|
|
|
|
[`consul agent`](/docs/commands/agent.html) command like this:
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
vagrant@n2:~$ consul agent -data-dir /tmp/consul -node=agent-two \
|
|
|
|
|
-bind=172.20.20.11 -config-dir /etc/consul.d
|
|
|
|
|
vagrant@n2:~$ consul agent -data-dir=/tmp/consul -node=agent-two \
|
|
|
|
|
-bind=172.20.20.11 -config-dir=/etc/consul.d
|
|
|
|
|
...
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|