Skip to content

Commit 7221d1f

Browse files
committed
new docker resource
1 parent 8dfbbe9 commit 7221d1f

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
@@ -6234,6 +6234,11 @@ <h2>Docker resources</h2>
62346234
well worth buying.</p>
62356235
</li>
62366236
<li>
6237+
<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>
6238+
provides a walkthrough for Ubuntu 13.04 for installing and beginning to
6239+
use Docker for development.</p>
6240+
</li>
6241+
<li>
62376242
<p><a href="http://blog.circleci.com/it-really-is-the-future/">It Really is the Future</a>
62386243
discusses Docker and containers in the context of whether it's all just a
62396244
bunch of hype or if this is a real trend for infrastructure automation.

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ <h2>Docker resources</h2>
6060
well worth buying.</p>
6161
</li>
6262
<li>
63+
<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>
64+
provides a walkthrough for Ubuntu 13.04 for installing and beginning to
65+
use Docker for development.</p>
66+
</li>
67+
<li>
6368
<p><a href="http://blog.circleci.com/it-really-is-the-future/">It Really is the Future</a>
6469
discusses Docker and containers in the context of whether it's all just a
6570
bunch of hype or if this is a real trend for infrastructure automation.

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-23T08:32:02Z</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-24T11:55:38Z</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
@@ -31,6 +31,10 @@ 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+
* [How to install Docker and get started](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-getting-started)
35+
provides a walkthrough for Ubuntu 13.04 for installing and beginning to
36+
use Docker for development.
37+
3438
* [It Really is the Future](http://blog.circleci.com/it-really-is-the-future/)
3539
discusses Docker and containers in the context of whether it's all just a
3640
bunch of hype or if this is a real trend for infrastructure automation.

0 commit comments

Comments
 (0)