Rationale for Publishing
In this lesson, you will be introduced to the rationale behind publishing a private image.
When you create a container, you create it from an image that is available on your machine.
There are two ways to have an image available on your machine:
-
Create an image using the docker build command. We saw this in the ...