Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/pages/05-deployment/36-docker.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
* [Python virtual environments and Docker](http://blog.dscpl.com.au/2016/01/python-virtual-environments-and-docker.html)
goes into detail on whether virtual environments should be used with Docker
and how system packages can generally be a safer route to go.

* [Dockerizing Django with Postgres, Gunicorn, and Nginx](https://testdriven.io/dockerizing-django-with-postgres-gunicorn-and-nginx)
details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.