Images and layers

  • A Docker image is built up from a series of layers.
  • Each layer represents an instruction in the image’s Dockerfile.
  • Each layer except the very last one is read-only.