Reference https://www.ibm.com/developerworks/library/mw-1608-tost-trs/index.html When retrieving a Docker container image from a registry, Docker pulls multiple layers that make up the image. Each layer represents a set of filesystem changes or additions, and these layers are stacked on top of each other to form the complete image. References: Docker Documentation - Images