Skip to content

Commit f156b4e

Browse files
committed
new docker resource
1 parent 81ce4ec commit f156b4e

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
@@ -5479,6 +5479,11 @@ <h2>Docker resources</h2>
54795479
is an explanation of the concepts and philosophy by the authors of the
54805480
new Manning Docker book in early access format.</p>
54815481
</li>
5482+
<li>
5483+
<p><a href="http://www.hokstad.com/docker/patterns">Eight Docker Development Patterns</a>
5484+
shares lessons learned and explains how to work with the containers so you
5485+
get more use out of them during development.</p>
5486+
</li>
54825487
</ul>
54835488
<h2>Python-specific Docker resources</h2>
54845489
<ul>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ <h2>Docker resources</h2>
6969
is an explanation of the concepts and philosophy by the authors of the
7070
new Manning Docker book in early access format.</p>
7171
</li>
72+
<li>
73+
<p><a href="http://www.hokstad.com/docker/patterns">Eight Docker Development Patterns</a>
74+
shares lessons learned and explains how to work with the containers so you
75+
get more use out of them during development.</p>
76+
</li>
7277
</ul>
7378
<h2>Python-specific Docker resources</h2>
7479
<ul>

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-27T19:02:27Z</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-04-28T10:27:35Z</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
@@ -39,6 +39,10 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
3939
is an explanation of the concepts and philosophy by the authors of the
4040
new Manning Docker book in early access format.
4141

42+
* [Eight Docker Development Patterns](http://www.hokstad.com/docker/patterns)
43+
shares lessons learned and explains how to work with the containers so you
44+
get more use out of them during development.
45+
4246

4347
## Python-specific Docker resources
4448
* [Hosting Python WSGI applications using Docker](http://blog.dscpl.com.au/2014/12/hosting-python-wsgi-applications-using.html)

0 commit comments

Comments
 (0)