0 votes
in Docker by
If you wish to use a base image and make modifications or personalize it, how do you do that?

1 Answer

0 votes
by

You pull an image from docker hub onto your local system

It’s one simple command to pull an image from docker hub:

$ docker pull <image_name>

...