Images > {{ image.Id }}
{{ tag }}
Note: you can click on the upload icon to push an image and on the trash icon to delete a tag
Note: if you don't specify the tag in the image name, latest will be used.
ID {{ image.Id }}
Parent {{ image.Parent }}
Size {{ image.VirtualSize|humansize }}
Created {{ image.Created|getisodate }}
Build Docker {{ image.DockerVersion }} on {{ image.Os}}, {{ image.Architecture }}
Author {{ image.Author }}
CMD {{ image.ContainerConfig.Cmd|command }}
ENTRYPOINT {{ image.ContainerConfig.Entrypoint|command }}
EXPOSE {{ port }}
VOLUME {{ volume }}
ENV
{{ var|key: '=' }} {{ var|value: '=' }}