| 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.Config.Image }}@{{ container.Image }} | ||
| Port configuration |
{{ portMapping.host }} {{ portMapping.container }}
|
||
| CMD | {{ container.Config.Cmd | command }} |
||
| ENTRYPOINT | {{ container.Config.Entrypoint ? (container.Config.Entrypoint | command) : 'null' }} |
||
| ENV |
|
||
| Labels |
|
||
| Restart policies |
|
||
| Sysctls |
|
| Host/volume | Path in container | |
|---|---|---|
| {{ vol.Source }} | {{ vol.Name }} | {{ vol.Destination }} |