Docker FlashCards

What is a image?

Introduction of the docker images


An Image is an ordered collection of root filesystem changes and the corresponding execution parameters for use within a container runtime

It is a self-contained package that is consist of multiple layers filesystems on top of each other. It contains a slimed operating system, all application runtime dependencies and the application artifacts (config files and binaries).