https://github.com/dannycahyo/docker-voyage-workshop
A hands-on workshop to master Docker containerization from basics to Docker Compose 🚢
https://github.com/dannycahyo/docker-voyage-workshop
docker docker-compose docker-image dockerfile javascript typescript
Last synced: 3 months ago
JSON representation
A hands-on workshop to master Docker containerization from basics to Docker Compose 🚢
- Host: GitHub
- URL: https://github.com/dannycahyo/docker-voyage-workshop
- Owner: dannycahyo
- Created: 2024-11-26T11:22:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T03:56:06.000Z (7 months ago)
- Last Synced: 2025-03-23T20:11:37.403Z (3 months ago)
- Topics: docker, docker-compose, docker-image, dockerfile, javascript, typescript
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 31
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚢 Docker Voyage Workshop
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.

## Branch Information
- `main` - Contains the complete, working code with finished Dockerfile and docker-compose configurations
- `develop` - Starter code branch where you'll need to create your own Dockerfile and docker-compose.yml files as part of the exercises## Prerequisites
- Basic command line knowledge
- Git installed
- Docker Desktop installed
- Code editor (VS Code recommended)## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/dannycahyo/docker-voyage-workshop
cd docker-voyage-workshop
```## Resources
- [Official Docker Documentation](https://docs.docker.com/)
- [Docker Hub](https://hub.docker.com/)## Contributing
Feel free to open issues or submit pull requests for improvements.