Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.07 KB

markdown1.md

File metadata and controls

34 lines (25 loc) · 1.07 KB

Week-1

To Do Checklist

  • Watch Week-1 Video

Video Content Link

  • Homework Submissions

  • Knowledge Chalenges

Class Summary

  • Create a new branch week-1
  • Launch apps localy
  • Write a Dockerfile for each app (backend, frontend)
  • Ensure we get the apps running via individual container
  • Create a docker-compose file
  • Ensure we cat orchestrate multiple containers to run side by side
  • Mount volume directories so we can make changes while we code

Homework Challenges

  • Run the Dockerfile CMD as an external script
  • Push and tag a image to DockerHub
  • Create Dockerfile with multi-stage building
  • Implement a healthcheck in the v3 docker-compose file
  • Implement best practices of Dockerfiles
  • Install Docker localy
  • Launch an EC2 instance that has docker installed, and pull a container
  • Make change in the Application to getting Notifacation tab work
  • Read and Implement Dockerfile Best Practices
  • Preinstall Postgresql and run DynamoDB Localy