Notes For Docker
Notes For Docker
Docker image
A read only template with instructions for creating a
Docker container. In other words, a docker image is a
docker object which is a template for creating
containers.
Dockerfile
Docker file is a blue print for creating docker images.
Once the image is built, you can view all the layers that
make up the image with the following command.