Skip to content

Commit

Permalink
Merge pull request #25532 from thaJeztah/docs-update-node-inspect-output
Browse files Browse the repository at this point in the history
Update example output for node inspect
(cherry picked from commit 80c49d1)

Signed-off-by: Sven Dowideit <[email protected]>
(cherry picked from commit adf552821a35361b5c975189d6fd5c26f700e86a)
Signed-off-by: Tibor Vass <[email protected]>
  • Loading branch information
thaJeztah authored and Tibor Vass committed Aug 11, 2016
1 parent 1ad0903 commit 4e6e046
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
1 change: 1 addition & 0 deletions docs/reference/commandline/node_inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Example output:
$ docker node inspect --pretty self
ID: e216jshn25ckzbvmwlnh5jr3g
Hostname: swarm-manager
Joined at: 2016-06-16 22:52:44.9910662 +0000 utc
Status:
State: Ready
Availability: Active
Expand Down
29 changes: 15 additions & 14 deletions docs/swarm/manage-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,26 @@ pass the `--pretty` flag to print the results in human-readable format. For exam
```bash
docker node inspect self --pretty

ID: ehkv3bcimagdese79dn78otj5
Hostname: node-1
ID: ehkv3bcimagdese79dn78otj5
Hostname: node-1
Joined at: 2016-06-16 22:52:44.9910662 +0000 utc
Status:
State: Ready
Availability: Active
State: Ready
Availability: Active
Manager Status:
Address: 172.17.0.2:2377
Raft Status: Reachable
Leader: Yes
Address: 172.17.0.2:2377
Raft Status: Reachable
Leader: Yes
Platform:
Operating System: linux
Architecture: x86_64
Operating System: linux
Architecture: x86_64
Resources:
CPUs: 2
Memory: 1.954 GiB
CPUs: 2
Memory: 1.954 GiB
Plugins:
Network: overlay, host, bridge, overlay, null
Volume: local
Engine Version: 1.12.0-dev
Network: overlay, host, bridge, overlay, null
Volume: local
Engine Version: 1.12.0-dev
```

## Update a node
Expand Down

0 comments on commit 4e6e046

Please sign in to comment.