Merge pull request #1648 from nfisher/patch-1
getting-started/running.html.md: update output for nomad 0.4.1.
This commit is contained in:
commit
da6629e1f3
|
@ -99,8 +99,8 @@ ring using the [`server-members`](/docs/commands/server-members.html) command:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ nomad server-members
|
$ nomad server-members
|
||||||
Name Address Port Status Leader Protocol Build Datacenter Region
|
Name Address Port Status Leader Protocol Build Datacenter Region
|
||||||
nomad.global 127.0.0.1 4648 alive true 2 0.4.0rc2 dc1 global
|
nomad.global 127.0.0.1 4648 alive true 2 0.4.1 dc1 global
|
||||||
```
|
```
|
||||||
|
|
||||||
The output shows our own agent, the address it is running on, its
|
The output shows our own agent, the address it is running on, its
|
||||||
|
|
Loading…
Reference in New Issue