Skip to content

Commit a411ea6

Browse files
committed
add new docker resources
1 parent d219515 commit a411ea6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

content/pages/05-deployment/36-docker.markdown

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,17 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
9393
This article is a great way to bridge what you know about Docker with a more
9494
traditional Linux operating system architecture understanding.
9595

96+
* This post gives an overview and
97+
[comparison of Docker GUIs](https://blog.codeship.com/docker-guis/) which can be
98+
handy for monitoring your Docker containers.
99+
96100

97101
## Python-specific Docker resources
102+
* [Dockering Django, uWSGI and PostgreSQL the serious way](https://www.eidel.io/2017/07/10/dockerizing-django-uwsgi-postgres/)
103+
walks through both the code and the error messages that will likely crop
104+
up as you attempt to container-ize a [Django](/django.html) project that
105+
uses a [PostgreSQL](/postgresql.html) database on the backend.
106+
98107
* [How to deploy Django using Docker](https://www.stavros.io/posts/how-deploy-django-docker/)
99108
assumes you already have the basic grasp of working with Docker and
100109
jumps right into a Django deployment. The post shows you how to set up
@@ -127,6 +136,10 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
127136
examines how to inspect layers in Dockerfiles and minimize the
128137
overhead of what images contain for better performance.
129138

139+
* [The Flask Mega-Tutorial Part XIX: Deployment on Docker Containers](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xix-deployment-on-docker-containers)
140+
is one post in [Miguel Grinberg](https://github.com/miguelgrinberg)'s absolutely
141+
spectacular [Flask](/flask.html) application series.
142+
130143
* [Deploying Django Applications in Docker](http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker)
131144
explains some of the concepts behind using Docker for Python deployments and
132145
shows how to specifically use it for deploying Django.
@@ -154,4 +167,5 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
154167
details how to configure Django to run on Docker along with Postgres, Nginx
155168
and Gunicorn.
156169

157-
170+
* [Dockerizing a Python Django Web Application](https://semaphoreci.com/community/tutorials/dockerizing-a-python-django-web-application)
171+
is another in-depth tutorial on combining Docker with [Django](/django.html).

0 commit comments

Comments
 (0)