CKAD studying - application design and build
Container Images
*
image - lightweight, standalone file containing all the software and executables needed to run a container
* allows us to package the application to run in a container
*
Dockerfile - defines what is contained in an image (using Docker)
* image is built from the Dockerfile with docker build -