https://github.com/patrickloeber/python-docker-tutorial
Learn how to dockerize Python scripts and a Python web app
https://github.com/patrickloeber/python-docker-tutorial
Last synced: 9 days ago
JSON representation
Learn how to dockerize Python scripts and a Python web app
- Host: GitHub
- URL: https://github.com/patrickloeber/python-docker-tutorial
- Owner: patrickloeber
- Created: 2022-03-23T16:00:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T08:16:46.000Z (over 1 year ago)
- Last Synced: 2025-03-29T19:06:04.649Z (16 days ago)
- Language: Python
- Size: 7.81 KB
- Stars: 312
- Watchers: 8
- Forks: 135
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - patrickloeber/python-docker-tutorial - Learn how to dockerize Python scripts and a Python web app (Python)
README
# Python Docker Tutorials
Learn how use Docker for Python development.
Accompanying repo to my talks at the Docker Community All Hands:
## How to containerize Python applications with Docker
This talk contains two examples:
- [Example 1: Dockerize a Python script](/example1/)
- [Example 2: Dockerize a web app](/example2/)[](https://youtu.be/0UG2x2iWerk)
## How to containerize Python applications with Docker
Coming soon...