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.