| Created: |
{{ container.Created | date: 'medium' }} |
| Path: |
{{ container.Path }} |
| Args: |
{{ container.Args.join(' ') || 'None' }}
|
| Exposed Ports: |
|
| Environment: |
|
| Labels: |
| Key |
Value |
| {{ k }} |
{{ v }} |
|
| Publish All: |
{{ container.HostConfig.PublishAllPorts }} |
| Ports: |
-
{{ containerport }} => {{ v.HostIp }}:{{ v.HostPort }}
|
| Hostname: |
{{ container.Config.Hostname }} |
| IPAddress: |
{{ container.NetworkSettings.IPAddress }} |
| Cmd: |
{{ container.Config.Cmd }} |
| Entrypoint: |
{{ container.Config.Entrypoint.join(' ') }}
|
| Volumes: |
{{ container.Volumes }} |
| SysInitpath: |
{{ container.SysInitPath }} |
| Image: |
{{ container.Image }} |
| State: |
|
| Logs: |
stdout/stderr |
| Stats: |
stats |
| Top: |
Top |