Welcome to the Docker Voyage Workshop! This hands-on workshop will take you on a journey through the world of containerization using Docker. Whether you're a beginner looking to understand container basics or a developer wanting to improve your Docker skills, this workshop provides practical exercises and real-world scenarios to help you master Docker.
main
- Contains the complete, working code with finished Dockerfile and docker-compose configurationsdevelop
- Starter code branch where you'll need to create your own Dockerfile and docker-compose.yml files as part of the exercises
- Basic command line knowledge
- Git installed
- Docker Desktop installed
- Code editor (VS Code recommended)
- Clone the repository:
git clone https://github.com/dannycahyo/docker-voyage-workshop
cd docker-voyage-workshop
Feel free to open issues or submit pull requests for improvements.