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 |
|