Skip to content

Commit 1f2924f

Browse files
committed
adding new container resource
1 parent a794296 commit 1f2924f

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

all.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6753,9 +6753,11 @@ <h2>Docker resources</h2>
67536753
<li>
67546754
<p><a href="https://github.com/atbaker">Andrew Baker</a> presented a fantastic tutorial
67556755
at <a href="http://andrewtorkbaker.com/pyohio-docker-101-tutorial">PyOhio</a> on
6756-
<a href="https://github.com/atbaker/docker-tutorial">beginner and advanced Docker usage</a>. Andrew also created
6757-
<a href="http://shop.oreilly.com/product/0636920035732.do">O'Reilly Introduction to Docker video</a> that's
6758-
well worth buying.</p>
6756+
<a href="https://github.com/atbaker/docker-tutorial">beginner and advanced Docker usage</a>.
6757+
Andrew also wrote the article <a href="http://radar.oreilly.com/2015/01/what-containers-can-do-for-you.html">what containers can do for you</a>
6758+
and created the
6759+
<a href="http://shop.oreilly.com/product/0636920035732.do">O'Reilly Introduction to Docker video</a>
6760+
that's well worth buying.</p>
67596761
</li>
67606762
<li>
67616763
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-getting-started">How to install Docker and get started</a>

docker.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ <h2>Docker resources</h2>
5252
<li>
5353
<p><a href="https://github.com/atbaker">Andrew Baker</a> presented a fantastic tutorial
5454
at <a href="http://andrewtorkbaker.com/pyohio-docker-101-tutorial">PyOhio</a> on
55-
<a href="https://github.com/atbaker/docker-tutorial">beginner and advanced Docker usage</a>. Andrew also created
56-
<a href="http://shop.oreilly.com/product/0636920035732.do">O'Reilly Introduction to Docker video</a> that's
57-
well worth buying.</p>
55+
<a href="https://github.com/atbaker/docker-tutorial">beginner and advanced Docker usage</a>.
56+
Andrew also wrote the article <a href="http://radar.oreilly.com/2015/01/what-containers-can-do-for-you.html">what containers can do for you</a>
57+
and created the
58+
<a href="http://shop.oreilly.com/product/0636920035732.do">O'Reilly Introduction to Docker video</a>
59+
that's well worth buying.</p>
5860
</li>
5961
<li>
6062
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-getting-started">How to install Docker and get started</a>

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-11-08T11:25:12Z</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-11-09T14:00:29Z</updated></feed>

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
2727

2828
* [Andrew Baker](https://github.com/atbaker) presented a fantastic tutorial
2929
at [PyOhio](http://andrewtorkbaker.com/pyohio-docker-101-tutorial) on
30-
[beginner and advanced Docker usage](https://github.com/atbaker/docker-tutorial). Andrew also created
31-
[O'Reilly Introduction to Docker video](http://shop.oreilly.com/product/0636920035732.do) that's
32-
well worth buying.
30+
[beginner and advanced Docker usage](https://github.com/atbaker/docker-tutorial).
31+
Andrew also wrote the article [what containers can do for you](http://radar.oreilly.com/2015/01/what-containers-can-do-for-you.html)
32+
and created the
33+
[O'Reilly Introduction to Docker video](http://shop.oreilly.com/product/0636920035732.do)
34+
that's well worth buying.
3335

3436
* [How to install Docker and get started](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-getting-started)
3537
provides a walkthrough for Ubuntu 13.04 for installing and beginning to

0 commit comments

Comments
 (0)