Skip to content

Commit b551900

Browse files
committed
new docker tutorial
1 parent 40f4d08 commit b551900

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5522,6 +5522,11 @@ <h2>Python-specific Docker resources</h2>
55225522
provides specific commands and expected output for running Django apps
55235523
with Docker and Vagrant.</p>
55245524
</li>
5525+
<li>
5526+
<p><a href="https://www.calazan.com/using-docker-and-docker-compose-for-local-django-development-replacing-virtualenv/">Using Docker and Docker Compose to replace virtualenv</a>
5527+
is a tutorial for using Docker instead of virtualenv for dependency
5528+
isolation.</p>
5529+
</li>
55255530
</ul>
55265531
<h3>What do you want to learn next about deployment?</h3>
55275532
<h1>Caching</h1>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ <h2>Python-specific Docker resources</h2>
102102
provides specific commands and expected output for running Django apps
103103
with Docker and Vagrant.</p>
104104
</li>
105+
<li>
106+
<p><a href="https://www.calazan.com/using-docker-and-docker-compose-for-local-django-development-replacing-virtualenv/">Using Docker and Docker Compose to replace virtualenv</a>
107+
is a tutorial for using Docker instead of virtualenv for dependency
108+
isolation.</p>
109+
</li>
105110
</ul>
106111
<h3>What do you want to learn next about deployment?</h3>
107112
<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-04-30T08:11:30Z</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-05-02T17:21:24Z</updated></feed>

source/content/pages/07-web-app-deployment/17-docker.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,9 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
6565
provides specific commands and expected output for running Django apps
6666
with Docker and Vagrant.
6767

68+
* [Using Docker and Docker Compose to replace virtualenv](https://www.calazan.com/using-docker-and-docker-compose-for-local-django-development-replacing-virtualenv/)
69+
is a tutorial for using Docker instead of virtualenv for dependency
70+
isolation.
71+
6872

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

0 commit comments

Comments
 (0)