Slide 16
Slide 16 text
Docker Dictionary - Dockerfile
• The Dockerfile is a text file that
lives in your project root
• Describes how to build your image
• Installs software packages,
configures runtimes, etc
• Tells Docker what command to
run and what ports to open
16