Container: {{ container.Name }}

Container:

Created: {{ container.Created | date: 'medium' }}
Path: {{ container.Path }}
Args:
{{ container.Args.join(' ') || 'None' }}
Exposed Ports:
  • {{ k }}
Environment:
  • {{ k }}
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:
  • {{key}} : {{ val }}
Logs: stdout/stderr
Stats: stats
Top: Top
Changes: