Skip to content

Commit e8a1b6c

Browse files
committed
new docker resource
1 parent 7c759d1 commit e8a1b6c

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6625,6 +6625,10 @@ <h2>Python-specific Docker resources</h2>
66256625
<a href="https://lincolnloop.com/blog/closer-look-docker/">a closer look at Docker</a>
66266626
from the perspective of Python developers handling deployments.</p>
66276627
</li>
6628+
<li>
6629+
<p>Curious how pip and Docker can be used together? Read this article on
6630+
<a href="https://jpetazzo.github.io/2013/12/01/docker-python-pip-requirements/">Efficient management Python projects dependencies with Docker</a>.</p>
6631+
</li>
66286632
</ul>
66296633
<h1>Caching</h1>
66306634
<p>Caching can reduce the load on servers by storing the results of common

docker.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ <h2>Python-specific Docker resources</h2>
135135
<a href="https://lincolnloop.com/blog/closer-look-docker/">a closer look at Docker</a>
136136
from the perspective of Python developers handling deployments.</p>
137137
</li>
138+
<li>
139+
<p>Curious how pip and Docker can be used together? Read this article on
140+
<a href="https://jpetazzo.github.io/2013/12/01/docker-python-pip-requirements/">Efficient management Python projects dependencies with Docker</a>.</p>
141+
</li>
138142
</ul>
139143
<h3>What do you want to learn next about deployments?</h3>
140144
<div class="row">

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-10-05T15:27:48Z</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-10-06T11:25:36Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ on Amazon Web Services, Google Compute Engine, Linode, Rackspace or elsewhere.
9494
[a closer look at Docker](https://lincolnloop.com/blog/closer-look-docker/)
9595
from the perspective of Python developers handling deployments.
9696

97+
* Curious how pip and Docker can be used together? Read this article on
98+
[Efficient management Python projects dependencies with Docker](https://jpetazzo.github.io/2013/12/01/docker-python-pip-requirements/).
99+

0 commit comments

Comments
 (0)