Browse code

Update example output for node inspect

commit 41d580c7a610d8111dc63353cbd94319ca854627 added
"Joined at" to the output of node inspect,
but I forgot that docs changes are needed.

This change updates the example output
of node inspect in the documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/08/09 20:04:35
Showing 2 changed files
... ...
@@ -99,6 +99,7 @@ Example output:
99 99
     $ docker node inspect --pretty self
100 100
     ID:                     e216jshn25ckzbvmwlnh5jr3g
101 101
     Hostname:               swarm-manager
102
+    Joined at:              2016-06-16 22:52:44.9910662 +0000 utc
102 103
     Status:
103 104
      State:                 Ready
104 105
      Availability:          Active
... ...
@@ -69,25 +69,26 @@ pass the `--pretty` flag to print the results in human-readable format. For exam
69 69
 ```bash
70 70
 docker node inspect self --pretty
71 71
 
72
-ID:			ehkv3bcimagdese79dn78otj5
73
-Hostname:		node-1
72
+ID:                     ehkv3bcimagdese79dn78otj5
73
+Hostname:               node-1
74
+Joined at:              2016-06-16 22:52:44.9910662 +0000 utc
74 75
 Status:
75
- State:			Ready
76
- Availability:		Active
76
+ State:                 Ready
77
+ Availability:          Active
77 78
 Manager Status:
78
- Address:		172.17.0.2:2377
79
- Raft Status:		Reachable
80
- Leader:		Yes
79
+ Address:               172.17.0.2:2377
80
+ Raft Status:           Reachable
81
+ Leader:                Yes
81 82
 Platform:
82
- Operating System:	linux
83
- Architecture:		x86_64
83
+ Operating System:      linux
84
+ Architecture:          x86_64
84 85
 Resources:
85
- CPUs:			2
86
- Memory:		1.954 GiB
86
+ CPUs:                  2
87
+ Memory:                1.954 GiB
87 88
 Plugins:
88
-  Network:		overlay, host, bridge, overlay, null
89
-  Volume:		local
90
-Engine Version:		1.12.0-dev
89
+  Network:              overlay, host, bridge, overlay, null
90
+  Volume:               local
91
+Engine Version:         1.12.0-dev
91 92
 ```
92 93
 
93 94
 ## Update a node