What is a container image?
Answer
An image of a container contains the application, its dependencies and the operating system where the application is executed.
It's a collection of read-only layers. These layers are loosely coupled
- Each layer is assembled out of one or more files