Docker sq
Docker Fundamentals - Getting Started

Finding Images

PRO
Outline

Finding Images

hub.docker.com is the place to find existing images to use and there you can search for a distribution you are familiar with. The tag “official” indicates that the image is a safe image to use.

To run an image use the command docker container run -it [NAME-OF-IMAGE-HERE] shell

 

I finished! On to the next chapter