Python samples
Note
Samples compatible with Docker Dev Environments require Docker Desktop version 4.10 or later.
Name | Description | Docker Dev Environment (if compatible) |
---|---|---|
NGINX / Flask / MongoDBopen_in_new | A sample Python/Flask application with Nginx proxy and a Mongo database. | Open in Docker Dev Environmentopen_in_new |
NGINX / Flask / MySQLopen_in_new | A sample Python/Flask application with an Nginx proxy and a MySQL database. | |
NGINX / WSGI / Flaskopen_in_new | A sample Nginx reverse proxy with a Flask backend using WSGI. | |
Python / Flask / Redisopen_in_new | A sample Python/Flask and a Redis database. | Open in Docker Dev Environmentopen_in_new |
Flaskopen_in_new | A sample Flask application. | Open in Docker Dev Environmentopen_in_new |
Djangoopen_in_new | A sample Django application. | Open in Docker Dev Environmentopen_in_new |
FastAPIopen_in_new | A sample FastAPI application. | Open in Docker Dev Environmentopen_in_new |
example-voting-appopen_in_new | A sample Docker Compose app. | |
Compose and Djangoopen_in_new | This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL app. |
Looking for more samples?
Visit the following GitHub repositories for more Docker samples.
Awesome Composeopen_in_new: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file.
Docker Samplesopen_in_new: A collection of over 30 repositories that offer sample containerized demo applications, tutorials, and labs.