How to inspect a single layer within a Docker image?

65 Views Asked by At

I need to get more information on a single layer -- possibly by the layer id -- such as Created & Last Modified date.

Is there anything similar to docker image inspect for a single layer within a Docker image?

1

There are 1 best solutions below

3
On

You can use the dive tool. It allows to view file changes in the image file system between layers