Skip to content

Commit d368670

Browse files
committed
updating docker page
1 parent 23036e6 commit d368670

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4938,7 +4938,9 @@ <h2>Python-specific WebSockets resources</h2>
49384938
<h3>What's next for your web application after setting up WebSockets?</h3>
49394939
<h1>Docker</h1>
49404940
<p>Docker is an <a href="https://github.com/docker/docker">open source</a>
4941-
infrastructure management platform that manages disk images.</p>
4941+
infrastructure management platform for running and deploying software. The
4942+
Docker platform is constantly evolving so an exact definition is currently
4943+
a moving target.</p>
49424944
<h2>Why is Docker important?</h2>
49434945
<p>Docker can package up applications along with their necessary operating system
49444946
dependencies for easier deployment across environments. In the long run it

docker.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
<div class="col-md-8">
4141
<h1>Docker</h1>
4242
<p>Docker is an <a href="https://github.com/docker/docker">open source</a>
43-
infrastructure management platform that manages disk images.</p>
43+
infrastructure management platform for running and deploying software. The
44+
Docker platform is constantly evolving so an exact definition is currently
45+
a moving target.</p>
4446
<h2>Why is Docker important?</h2>
4547
<p>Docker can package up applications along with their necessary operating system
4648
dependencies for easier deployment across environments. In the long run it

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-01-22T13:19:31Z</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-01-22T14:11:14Z</updated></feed>

source/content/pages/12-next/1202-docker.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ choice4text:
1818

1919
# Docker
2020
Docker is an [open source](https://github.com/docker/docker)
21-
infrastructure management platform that manages disk images.
21+
infrastructure management platform for running and deploying software. The
22+
Docker platform is constantly evolving so an exact definition is currently
23+
a moving target.
2224

2325

2426
## Why is Docker important?

0 commit comments

Comments
 (0)