Skip to content

Commit efa95f3

Browse files
committed
new docker resource
1 parent c8a7fef commit efa95f3

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
@@ -6386,6 +6386,11 @@ <h2>Docker resources</h2>
63866386
is a detailed look at how Docker and Ansible complement each other as
63876387
deployment tools.</p>
63886388
</li>
6389+
<li>
6390+
<p><a href="http://datakurre.pandala.org/2015/07/building-docker-containers-from-scratch.html">Building Docker containers from scratch</a>
6391+
is a short tutorial for creating a Docker container with a specific
6392+
configuration.</p>
6393+
</li>
63896394
</ul>
63906395
<h2>Python-specific Docker resources</h2>
63916396
<ul>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ <h2>Docker resources</h2>
9595
is a detailed look at how Docker and Ansible complement each other as
9696
deployment tools.</p>
9797
</li>
98+
<li>
99+
<p><a href="http://datakurre.pandala.org/2015/07/building-docker-containers-from-scratch.html">Building Docker containers from scratch</a>
100+
is a short tutorial for creating a Docker container with a specific
101+
configuration.</p>
102+
</li>
98103
</ul>
99104
<h2>Python-specific Docker resources</h2>
100105
<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-08-02T08:48:36Z</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-08-03T14:14:17Z</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
@@ -60,6 +60,10 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
6060
is a detailed look at how Docker and Ansible complement each other as
6161
deployment tools.
6262

63+
* [Building Docker containers from scratch](http://datakurre.pandala.org/2015/07/building-docker-containers-from-scratch.html)
64+
is a short tutorial for creating a Docker container with a specific
65+
configuration.
66+
6367

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

0 commit comments

Comments
 (0)