Containers > {{ container.Name|trimcontainername }}
{{ container.Name|trimcontainername }}
Name
Name
{{ container.State|getstatetext }}
State
Actions
Created {{ container.Created | date: 'medium' }}
Path {{ container.Path }}
Args {{ container.Args.join(' ') || 'None' }}
Exposed Ports
  • {{ k }}
Environment
  • {{ k }}
Labels
{{ k }} {{ v }}
Publish all ports {{ 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(' ') }}
Bindings
  • {{ b }}
Volumes {{ container.Volumes }}
SysInitpath {{ container.SysInitPath }}
Image {{ container.Image }}
{{key}} {{ val }}