Containers > {{ container.Name|trimcontainername }}
Duplicate/Edit
ID {{ container.Id }}
Name {{ container.Name|trimcontainername }}
IP address {{ container.NetworkSettings.IPAddress }}
Status {{ container.State|getstatetext }} for {{ activityTime }} with exit code {{ container.State.ExitCode }}
Created {{ container.Created|getisodate }}
Start time {{ container.State.StartedAt|getisodate }}
Finished {{ container.State.FinishedAt|getisodate }}
Status {{ container.State.Health.Status }}
Failure count {{ container.State.Health.FailingStreak }}
Last output {{ container.State.Health.Log[container.State.Health.Log.length - 1].Output }}
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.Config.Image}}@{{container.Image}}
Port configuration
{{ portMapping.host }} {{ portMapping.container }}
CMD {{ container.Config.Cmd|command }}
ENV
{{ var|key: '=' }} {{ var|value: '=' }}
Labels
{{ k }} {{ v }}
Restart policies
Host/volume Path in container
{{ vol.Source }} {{ vol.Name }} {{ vol.Destination }}