Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 776 Bytes

File metadata and controls

10 lines (7 loc) · 776 Bytes

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.