You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/05-deployment/36-docker.markdown
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,17 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
93
93
This article is a great way to bridge what you know about Docker with a more
94
94
traditional Linux operating system architecture understanding.
95
95
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
+
96
100
97
101
## 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
+
98
107
*[How to deploy Django using Docker](https://www.stavros.io/posts/how-deploy-django-docker/)
99
108
assumes you already have the basic grasp of working with Docker and
100
109
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.
127
136
examines how to inspect layers in Dockerfiles and minimize the
128
137
overhead of what images contain for better performance.
129
138
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
0 commit comments