What is containerization?
What is a Docker image?
- like a snapshot
What is a Docker Container?
Docker Container is a standardized unit that can be created on the fly to deploy a particular application or environment.
what is docker-compose?
what are docker volumes?
What is the benefit to an image being built in Layers?
What is a container registry?
a repository: used to store and access container images
How to save a Docker container state?
a docker commit