Skip to content

Commit 42cf700

Browse files
committed
adding new docker resource
1 parent c11f016 commit 42cf700

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5218,6 +5218,11 @@ <h2>Python-specific Docker resources</h2>
52185218
using a Docker container.</p>
52195219
</li>
52205220
<li>
5221+
<p><a href="https://realpython.com/blog/python/docker-in-action-fitter-happier-more-productive/">Docker in Action - Fitter, Happier, More Productive </a>
5222+
is a killer tutorial that shows how to combine Docker with CircleCI to
5223+
continuously deploy a Flask application.</p>
5224+
</li>
5225+
<li>
52215226
<p><a href="http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker">Deploying Django Applications in Docker</a>
52225227
explains some of the concepts behind using Docker for Python deployments and
52235228
shows how to specifically use it for deploying Django. </p>

docker.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ <h2>Python-specific Docker resources</h2>
8282
using a Docker container.</p>
8383
</li>
8484
<li>
85+
<p><a href="https://realpython.com/blog/python/docker-in-action-fitter-happier-more-productive/">Docker in Action - Fitter, Happier, More Productive </a>
86+
is a killer tutorial that shows how to combine Docker with CircleCI to
87+
continuously deploy a Flask application.</p>
88+
</li>
89+
<li>
8590
<p><a href="http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker">Deploying Django Applications in Docker</a>
8691
explains some of the concepts behind using Docker for Python deployments and
8792
shows how to specifically use it for deploying Django. </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-03-18T09:27:47Z</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-03-19T09:48:40Z</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
@@ -57,6 +57,10 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
5757
is an extensive tutorial that uses a Flask application and deploys it
5858
using a Docker container.
5959

60+
* [Docker in Action - Fitter, Happier, More Productive ](https://realpython.com/blog/python/docker-in-action-fitter-happier-more-productive/)
61+
is a killer tutorial that shows how to combine Docker with CircleCI to
62+
continuously deploy a Flask application.
63+
6064
* [Deploying Django Applications in Docker](http://handlebarcreative.tumblr.com/post/104881545637/deploying-django-applications-in-docker)
6165
explains some of the concepts behind using Docker for Python deployments and
6266
shows how to specifically use it for deploying Django.

source/theme/templates/table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ <h3>2. Learning Programming</h3>
2828
<!--
2929
Professional software development
3030
-->
31+
<!--
32+
Tutorials
33+
-->
3134
<div class="toc-indent">
3235
<a href="/best-python-resources.html">The Best Python
3336
Resources</a>

table-of-contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ <h3>2. Learning Programming</h3>
5959
<!--
6060
Professional software development
6161
-->
62+
<!--
63+
Tutorials
64+
-->
6265
<div class="toc-indent">
6366
<a href="/best-python-resources.html">The Best Python
6467
Resources</a>

0 commit comments

Comments
 (0)