Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 327 Bytes

show_layers_of_docker_image.md

File metadata and controls

19 lines (12 loc) · 327 Bytes

Show layers of docker image

It can be quite nifty to inspect your the images your container is comprised of, for debugging purposes etc.

Show images:

$ docker images

Show layers of you chosen image:

$ docker history

References