...

/

Images Are Created Locally

Images Are Created Locally

In this lesson, we are going to briefly discuss the advantages of having locally stored images.

We'll cover the following...

When I run the docker build command to create an image from a Dockerfile file, the resultant image is stored locally on the computer where the docker build command is run.

This allows me to run as many containers as I want ...