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