Skip to content

Commit ef72e71

Browse files
committed
new docker resource
1 parent 0fbb911 commit ef72e71

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
@@ -5974,6 +5974,11 @@ <h2>Docker resources</h2>
59745974
shares lessons learned and explains how to work with the containers so you
59755975
get more use out of them during development.</p>
59765976
</li>
5977+
<li>
5978+
<p><a href="https://bildung.xarif.de/xwiki/bin/Articles/The+Marriage+of+Ansible+and+Docker">The marriage of Ansible and Docker</a>
5979+
is a detailed look at how Docker and Ansible complement each other as
5980+
deployment tools.</p>
5981+
</li>
59775982
</ul>
59785983
<h2>Python-specific Docker resources</h2>
59795984
<ul>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Docker resources</h2>
7979
shares lessons learned and explains how to work with the containers so you
8080
get more use out of them during development.</p>
8181
</li>
82+
<li>
83+
<p><a href="https://bildung.xarif.de/xwiki/bin/Articles/The+Marriage+of+Ansible+and+Docker">The marriage of Ansible and Docker</a>
84+
is a detailed look at how Docker and Ansible complement each other as
85+
deployment tools.</p>
86+
</li>
8287
</ul>
8388
<h2>Python-specific Docker resources</h2>
8489
<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-06-11T10:12: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-06-12T10:50:37Z</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
@@ -47,6 +47,10 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
4747
shares lessons learned and explains how to work with the containers so you
4848
get more use out of them during development.
4949

50+
* [The marriage of Ansible and Docker](https://bildung.xarif.de/xwiki/bin/Articles/The+Marriage+of+Ansible+and+Docker)
51+
is a detailed look at how Docker and Ansible complement each other as
52+
deployment tools.
53+
5054

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

0 commit comments

Comments
 (0)