docker images | Docker Documentation
docs.docker.com › engine › referenceThe default docker images will show all top level images, their repository and tags, and their size. Docker images have intermediate layers that increase reusability, decrease disk usage, and speed up docker build by allowing each step to be cached. These intermediate layers are not shown by default.
docker history | Docker Documentation
docs.docker.com › engine › referenceThe formatting option ( --format) will pretty-prints history output using a Go template. Valid placeholders for the Go template are listed below: When using the --format option, the history command will either output the data exactly as the template declares or, when using the table directive, will include column headers as well.