Skip to content

pat-hanbury/Python-Docker-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Docker Tutorial Repo

Intro Tutorial for "How to Launch Docker Containers with the Official Python Library".

How to Use this Repo

The IPython notebook dockerize.ipynb is intended to server as a standalone example. After pip installing the requirements, you should be able to run all the cells of the notebook and launch the example Django To Do app.

The file dockerize.py is an example of what the final product should look like after you complete the tutorial.

References

In this tutorial, we use Docker to launch a To Do app, developed by Ronald Huggler. You can find his repository here.