🐳 Welcome to the Docker Exercises Repository! 🚀
This repository is designed to provide Docker exercises aimed at testing and enhancing your knowledge of Dockerfile and compose best practices. Each exercise presents a problem statement for you to solve. Once you've completed a task, you can compare your solution with the available solution provided.
This exercises are structured to incorporate Docker best practices, ensuring that you not only solve the problems but also learn Dockerfile and compose best practices.
As you progress through the exercises, you'll gain a deeper understanding of Docker best practices, empowering you to create efficient and robust Docker images.
- Exercise 1: Packages installation
- Exercise 2: Env variables
- Exercise 3: RUN command
- Exercise 4: Containerizing CLI applicatoin
- Exercise 5: Containerizing React application
Happy solving! 🎉