How can I see the size of a image layer

How would I be able to see the size of each image layer ?

Hi,

You can use the docker history <image name> . It will show you the size of each layer in the image.

Regards