Container: {{ container.Name }}

Container:

Created: {{ container.Created }}
Path: {{ container.Path }}
Args: {{ container.Args }}
Exposed Ports:
  • {{ k }}
Environment:
  • {{ k }}
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 }}
Volumes: {{ container.Volumes }}
SysInitpath: {{ container.SysInitPath }}
Image: {{ container.Image }}
State: {{ container.State|getstatetext }}
Logs: stdout/stderr
Top: Top
Changes: