- Watch Week-1 Video
-
Homework Submissions
-
Knowledge Chalenges
- 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
- 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