Docker sq
Docker Fundamentals - Image Basics
  •  

What is an Image

PRO
Outline

What is an Image

Container images package applications into transportable formats, including all dependencies it needs to run properly. This allows you to move and deploy your application anywhere.

Excecuting a container image creates a container.

 

I finished! On to the next chapter