Skip to content

Commit e816810

Browse files
committed
new docker resource
1 parent acb2df1 commit e816810

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4950,6 +4950,11 @@ <h2>Python-specific Docker resources</h2>
49504950
mod_wsgi.</p>
49514951
</li>
49524952
<li>
4953+
<p><a href="https://www.digitalocean.com/community/tutorials/docker-explained-how-to-containerize-python-web-applications">How to Containerize Python Web Applications</a>
4954+
is an extensive tutorial that uses a Flask application and deploys it
4955+
using a Docker container.</p>
4956+
</li>
4957+
<li>
49534958
<p><a href="http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker">Deploying Django Applications in Docker</a>
49544959
explains some of the concepts behind using Docker for Python deployments and
49554960
shows how to specifically use it for deploying Django. </p>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ <h2>Python-specific Docker resources</h2>
7070
mod_wsgi.</p>
7171
</li>
7272
<li>
73+
<p><a href="https://www.digitalocean.com/community/tutorials/docker-explained-how-to-containerize-python-web-applications">How to Containerize Python Web Applications</a>
74+
is an extensive tutorial that uses a Flask application and deploys it
75+
using a Docker container.</p>
76+
</li>
77+
<li>
7378
<p><a href="http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker">Deploying Django Applications in Docker</a>
7479
explains some of the concepts behind using Docker for Python deployments and
7580
shows how to specifically use it for deploying Django. </p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-18T12:29:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-01-19T11:23:39Z</updated></feed>

source/content/pages/12-next/1202-docker.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
4646
shows how to use Docker in WSGI application deployments specifically using
4747
mod\_wsgi.
4848

49+
* [How to Containerize Python Web Applications](https://www.digitalocean.com/community/tutorials/docker-explained-how-to-containerize-python-web-applications)
50+
is an extensive tutorial that uses a Flask application and deploys it
51+
using a Docker container.
52+
4953
* [Deploying Django Applications in Docker](http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker)
5054
explains some of the concepts behind using Docker for Python deployments and
5155
shows how to specifically use it for deploying Django.
5256

5357

58+
5459
### What do you want to learn next about deployment?

0 commit comments

Comments
 (0)