| 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 | Container |
|---|---|
| {{ vol|key: ':' }} | {{ vol|value: ':' }} |
| Network Name | IP Address | Gateway | MacAddress | Actions |
|---|---|---|---|---|
| {{ key }} | {{ value.IPAddress || '-' }} | {{ value.Gateway || '-' }} | {{ value.MacAddress || '-' }} |