Created |
{{ container.Created | date: 'medium' }} |
Path |
{{ container.Path }} |
Args |
{{ container.Args.join(' ') || 'None' }} |
Exposed Ports |
|
Environment |
|
Labels |
|
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 |
|
Volumes |
{{ container.Volumes }} |
SysInitpath |
{{ container.SysInitPath }} |
Image |
{{ container.Image }} |