An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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/)

[![Alt text](https://img.youtube.com/vi/0UG2x2iWerk/hqdefault.jpg)](https://youtu.be/0UG2x2iWerk)

## How to containerize Python applications with Docker

Coming soon...