π DevOps, Docker, and Kubernetes Knowledge Hub
This is a simple Flask app deployed in a Docker container. It demonstrates containerization of a Python web app.
- Python
- Flask
- Docker
- Kubernetes (in later project)
docker build -t flask-docker-app .
docker run -p 5000:5000 flask-docker-app