Skip to content

Commit bcbf31b

Browse files
committed
new docker resource
1 parent 314137c commit bcbf31b

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6222,6 +6222,12 @@ <h2>Docker resources</h2>
62226222
well worth buying.</p>
62236223
</li>
62246224
<li>
6225+
<p><a href="http://blog.circleci.com/it-really-is-the-future/">It Really is the Future</a>
6226+
discusses Docker and containers in the context of whether it's all just a
6227+
bunch of hype or if this is a real trend for infrastructure automation.
6228+
This is a great read to set the context for why these tools are important.</p>
6229+
</li>
6230+
<li>
62256231
<p><a href="https://github.com/odewahn/docker-jumpstart/">Docker Jumpstart</a> is a
62266232
comprehensive introduction to what Docker is and how to get started with
62276233
using the tool.</p>

docker.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ <h2>Docker resources</h2>
6060
well worth buying.</p>
6161
</li>
6262
<li>
63+
<p><a href="http://blog.circleci.com/it-really-is-the-future/">It Really is the Future</a>
64+
discusses Docker and containers in the context of whether it's all just a
65+
bunch of hype or if this is a real trend for infrastructure automation.
66+
This is a great read to set the context for why these tools are important.</p>
67+
</li>
68+
<li>
6369
<p><a href="https://github.com/odewahn/docker-jumpstart/">Docker Jumpstart</a> is a
6470
comprehensive introduction to what Docker is and how to get started with
6571
using the tool.</p>

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-20T11:48:37Z</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-21T12:34:04Z</updated></feed>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
3131
[O'Reilly Introduction to Docker video](http://shop.oreilly.com/product/0636920035732.do) that's
3232
well worth buying.
3333

34+
* [It Really is the Future](http://blog.circleci.com/it-really-is-the-future/)
35+
discusses Docker and containers in the context of whether it's all just a
36+
bunch of hype or if this is a real trend for infrastructure automation.
37+
This is a great read to set the context for why these tools are important.
38+
3439
* [Docker Jumpstart](https://github.com/odewahn/docker-jumpstart/) is a
3540
comprehensive introduction to what Docker is and how to get started with
3641
using the tool.

0 commit comments

Comments
 (0)