The Deep Dive
A deep dive into the Docker images.
We'll cover the following
Images and containers
We’ve already said that images are like stopped containers. We can even stop a container and create a new image from it. With this in mind, images are build-time constructs, whereas containers are run-time constructs. The figure below shows the build and run nature of each, and we can start multiple containers from a single image.
Get hands-on with 1200+ tech skills courses.