Images > {{ image.Id }}
{{ tag }}
Note: you can click on the upload icon to push an image or on the download icon to pull an image or 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.Command|command }}
ENTRYPOINT {{ image.Entrypoint|command }}
EXPOSE {{ port }}
VOLUME {{ volume }}
ENV
{{ var|key: '=' }} {{ var|value: '=' }}
Size Layer
{{ layer.Size | humansize }}
{{ layer.CreatedBy | imagelayercommand | truncate:130 }}
{{ layer.CreatedBy | imagelayercommand }}