A hands-on repository demonstrating Docker containerization for multiple tech stacks: Python (Flask), Java, and Node.js.
Includes examples of building images, running containers, and basic DevOps configurations like CI/CD, Kubernetes, and Terraform.
.
├── python/ → Flask app with Dockerfile
├── java/ → Java app with Dockerfile
└── node/ → Node.js app with CI/CD, K8s, and Terraform configs
Build Image
docker build -t <image-name> .
Run Container
docker run -d -p <host-port>:<container-port> <image-name>
✅ Learnings
Writing Dockerfiles for multiple languages
Building and running Docker images & containers
Using Docker Compose, Kubernetes, and Terraform
👤 Author
Vaidik Gampawar – DevOps enthusiast building multi-stack container projects.