Drupal Docker Initiative
An image is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime. Images are read-only. Images are the basis of containers.
An instance of an image. Each time you’ve used docker run
you told it which image you wanted.