Skip to content

Commit f89a578

Browse files
committed
new docker resource
1 parent 1ea1869 commit f89a578

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5766,6 +5766,11 @@ <h2>Python-specific Docker resources</h2>
57665766
is a tutorial for using Docker instead of virtualenv for dependency
57675767
isolation.</p>
57685768
</li>
5769+
<li>
5770+
<p>Lincoln Loop wrote up
5771+
<a href="https://lincolnloop.com/blog/closer-look-docker/">a closer look at Docker</a>
5772+
from the perspective of Python developers handling deployments.</p>
5773+
</li>
57695774
</ul>
57705775
<h3>What do you want to learn next about deployment?</h3>
57715776
<h1>Caching</h1>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ <h2>Python-specific Docker resources</h2>
107107
is a tutorial for using Docker instead of virtualenv for dependency
108108
isolation.</p>
109109
</li>
110+
<li>
111+
<p>Lincoln Loop wrote up
112+
<a href="https://lincolnloop.com/blog/closer-look-docker/">a closer look at Docker</a>
113+
from the perspective of Python developers handling deployments.</p>
114+
</li>
110115
</ul>
111116
<h3>What do you want to learn next about deployment?</h3>
112117
<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-05-23T10:01:50Z</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-24T13:30:57Z</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
@@ -69,5 +69,9 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
6969
is a tutorial for using Docker instead of virtualenv for dependency
7070
isolation.
7171

72+
* Lincoln Loop wrote up
73+
[a closer look at Docker](https://lincolnloop.com/blog/closer-look-docker/)
74+
from the perspective of Python developers handling deployments.
75+
7276

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

0 commit comments

Comments
 (0)