Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 354 Bytes

Packaging an app into a docker container.

  • What is Docker, and why is it useful for packaging and deploying applications?
  • What is the structure of a Dockerfile?
  • What are best practices for writing Dockerfiles?
  • What are some best practices for optimizing the size and performance of a Docker container?
  • What's Docker Compose? Why it's needed?