Containers > {{ container.Name|trimcontainername }}
Name {{ container.Name|trimcontainername }}
IP address {{ container.NetworkSettings.IPAddress }}
Status {{ container.State|getstatetext }} since {{ activityTime }} with exit code {{ container.State.ExitCode }}
Start time {{ container.State.StartedAt|getisodate }}
Finished {{ container.State.FinishedAt|getisodate }}
You can create an image from this container, this allows you to backup important data or save helpful configurations. You'll be able to spin up another container based on this image afterward.
Note: if you don't specify the tag in the image name, latest will be used.
Image {{ container.Image }}
Port configuration
{{ portMapping.container }} {{ portMapping.host }}
CMD {{ container.Config.Cmd|command }}
ENV
{{ var|key: '=' }} {{ var|value: '=' }}
Labels
{{ k }} {{ v }}
Restart policies
Name {{ container.HostConfig.RestartPolicy.Name }}
MaximumRetryCount {{ container.HostConfig.RestartPolicy.MaximumRetryCount }}
Host Container
{{ vol|key: ':' }} {{ vol|value: ':' }}
Items per page:
Network Name IP Address Gateway MacAddress Actions
{{ key }} {{ value.IPAddress || '-' }} {{ value.Gateway || '-' }} {{ value.MacAddress || '-' }}