Skip to content

Commit d742604

Browse files
committed
new docker resource
1 parent d368670 commit d742604

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,11 @@ <h2>Python-specific Docker resources</h2>
49794979
explains some of the concepts behind using Docker for Python deployments and
49804980
shows how to specifically use it for deploying Django. </p>
49814981
</li>
4982+
<li>
4983+
<p><a href="https://ochronus.com/docker-primer-django/">A Docker primer – from zero to a running Django app</a>
4984+
provides specific commands and expected output for running Django apps
4985+
with Docker and Vagrant.</p>
4986+
</li>
49824987
</ul>
49834988
<h3>What do you want to learn next about deployment?</h3>
49844989
</div>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ <h2>Python-specific Docker resources</h2>
8181
explains some of the concepts behind using Docker for Python deployments and
8282
shows how to specifically use it for deploying Django. </p>
8383
</li>
84+
<li>
85+
<p><a href="https://ochronus.com/docker-primer-django/">A Docker primer – from zero to a running Django app</a>
86+
provides specific commands and expected output for running Django apps
87+
with Docker and Vagrant.</p>
88+
</li>
8489
</ul>
8590
<h3>What do you want to learn next about deployment?</h3>
8691
<div class="row">

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-22T14:11:14Z</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-24T12:29:19Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
5656
explains some of the concepts behind using Docker for Python deployments and
5757
shows how to specifically use it for deploying Django.
5858

59+
* [A Docker primer – from zero to a running Django app](https://ochronus.com/docker-primer-django/)
60+
provides specific commands and expected output for running Django apps
61+
with Docker and Vagrant.
5962

6063

6164
### What do you want to learn next about deployment?

0 commit comments

Comments
 (0)