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>
| ... | ... |
@@ -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 |