Abstract


  • Docker uses a layered filesystem to manage Docker Image. Each layer represents an incremental change, allowing us to cache modifications at each layer

Important

The layers can be reused among different docker images.