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