Is there a way to check how many layers a docker container is composed without going over each docker file that it “inherits” to count how many RUN
are there?
How many layers in a container?
1.3k views Asked by Jim At
1
Is there a way to check how many layers a docker container is composed without going over each docker file that it “inherits” to count how many RUN
are there?
yes.
This will give you the count of layer in the given image