| Status | {{ container.State.Health.Status }} |
| Failure count | {{ container.State.Health.FailingStreak }} |
| Last output | {{ container.State.Health.Log[container.State.Health.Log.length - 1].Output }} |
| Image | {{ container.Image }} | ||||
| Port configuration |
{{ portMapping.container }} {{ portMapping.host }}
|
||||
| CMD | {{ container.Config.Cmd|command }} |
||||
| ENV |
|
||||
| Labels |
|
||||
| Restart policies |
|
| Host/volume | Path in container | |
|---|---|---|
| {{ vol.Source }} | {{ vol.Name }} | {{ vol.Destination }} |
| Network Name | IP Address | Gateway | MacAddress | Actions |
|---|---|---|---|---|
| {{ key }} | {{ value.IPAddress || '-' }} | {{ value.Gateway || '-' }} | {{ value.MacAddress || '-' }} | |
| No networks connected. | ||||