Basics of the Docker images

  • usually built from existing images
    • ubuntu, alpine
  • base images can be created with tools such as debootstrap
  • any modification from the base image is a new layer ( tip: use && )
  • images have several layers