It looks like the node you wish to inspect does not exist.
| Name | |
| Host name | {{ node.Hostname }} |
| Role | {{ node.Role }} |
| Availability |
|
| Status | {{ node.Status }} |
View the Docker Swarm mode Node documentation here.
| Leader | Yes No |
| Reachability | {{ node.Reachability }} |
| Manager address | {{ node.ManagerAddr }} |
| CPU | {{ node.CPUs / 1000000000 }} |
| Memory | {{ node.Memory|humansize: 2 }} |
| Platform | {{ node.PlatformOS }} {{ node.PlatformArchitecture }} |
| Docker Engine version | {{ node.EngineVersion }} |
There are no labels for this node.
| Label | Value |
|---|---|
|
name
|
value
|
| Id | Status | Slot | Image | Last update |
|---|---|---|---|---|
| {{ task.Id }} | {{ task.Status }} | {{ task.Slot }} | {{ task.Image }} | {{ task.Updated|getisodate }} |