<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/docs/examples/mongodb.md, branch docs</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Update links to Docker Hub</title>
<updated>2016-03-04T14:48:52+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2016-03-04T14:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=69004ff67eed6525d56a92fdc69466c41606151a'/>
<id>69004ff67eed6525d56a92fdc69466c41606151a</id>
<content type='text'>
Updates links to Docker Hub with their new
URLs to prevent redirects.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates links to Docker Hub with their new
URLs to prevent redirects.

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Creating Engine specific menu</title>
<updated>2016-01-26T23:58:53+00:00</updated>
<author>
<name>Mary Anthony</name>
<email>mary@docker.com</email>
</author>
<published>2016-01-24T04:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=e310d070f498a2ac494c6d3fde0ec5d6e4479e14'/>
<id>e310d070f498a2ac494c6d3fde0ec5d6e4479e14</id>
<content type='text'>
Fixing the links
Updating with Seb's comments
Adding weight
Fixing the engine aliases
Updating after Arun pushed
Removing empty file

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing the links
Updating with Seb's comments
Adding weight
Fixing the engine aliases
Updating after Arun pushed
Removing empty file

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "virtualization" to "containerization"</title>
<updated>2015-12-08T22:08:27+00:00</updated>
<author>
<name>Jeff Anderson</name>
<email>jeff@docker.com</email>
</author>
<published>2015-12-07T20:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=0d1c5193b389052f11d77ca576f7dbb49b601135'/>
<id>0d1c5193b389052f11d77ca576f7dbb49b601135</id>
<content type='text'>
* Wording around what docker-machine does since the phrase "Docker virtual machine" can cause some confusion.
* Docker Machine isn't a distro in and of itself. It still uses boot2docker as the distro.
* Remove "virtualization" keywords.

Signed-off-by: Jeff Anderson &lt;jeff@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Wording around what docker-machine does since the phrase "Docker virtual machine" can cause some confusion.
* Docker Machine isn't a distro in and of itself. It still uses boot2docker as the distro.
* Remove "virtualization" keywords.

Signed-off-by: Jeff Anderson &lt;jeff@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at consolidating</title>
<updated>2015-11-03T05:14:55+00:00</updated>
<author>
<name>Mary Anthony</name>
<email>mary@docker.com</email>
</author>
<published>2015-09-30T20:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=9ef855f9e5fa8077468bda5ce43155318c58e60e'/>
<id>9ef855f9e5fa8077468bda5ce43155318c58e60e</id>
<content type='text'>
Removing old networking.md
Updating dockernetworks.md with images
Adding information on network plugins
Adding blurb about links to docker networking
Updating the working documentation
Adding Overlay Getting Started
Downplaying links by removing refs/examples, adding refs/examples for network.
Updating getting started to reflect networks not links
Pulling out old network material
Updating per discussion with Madhu to add Default docs section
Updating with bridge default
Fix bad merge
Updating with new cluster-advertise behavior
Update working and NetworkSettings examples
Correcting example for default bridge discovery behavior
Entering comments
Fixing broken Markdown Syntax
Updating with comments
Updating all the links

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing old networking.md
Updating dockernetworks.md with images
Adding information on network plugins
Adding blurb about links to docker networking
Updating the working documentation
Adding Overlay Getting Started
Downplaying links by removing refs/examples, adding refs/examples for network.
Updating getting started to reflect networks not links
Pulling out old network material
Updating per discussion with Madhu to add Default docs section
Updating with bridge default
Fix bad merge
Updating with new cluster-advertise behavior
Update working and NetworkSettings examples
Correcting example for default bridge discovery behavior
Entering comments
Fixing broken Markdown Syntax
Updating with comments
Updating all the links

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled GitHub Flavored Markdown</title>
<updated>2015-10-11T14:49:54+00:00</updated>
<author>
<name>Mary Anthony</name>
<email>mary@docker.com</email>
</author>
<published>2015-10-09T23:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=8fee1c2020186ac100b45e64864b94ae3a169ad5'/>
<id>8fee1c2020186ac100b45e64864b94ae3a169ad5</id>
<content type='text'>
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay!
Fixes from Spider check
Output for docker/docker now goes into engine directory

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitHub flavored markdown is now supported for links and images. Also, ran LinkChecker and FileResolver. Yay!
Fixes from Spider check
Output for docker/docker now goes into engine directory

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Touch up Node.js and MongoDB examples</title>
<updated>2015-09-06T21:34:54+00:00</updated>
<author>
<name>Charles Chan</name>
<email>charleswhchan@users.noreply.github.com</email>
</author>
<published>2015-08-30T14:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=549c8ea96eb036d60e3c9eea1ed8eb2d817e885a'/>
<id>549c8ea96eb036d60e3c9eea1ed8eb2d817e885a</id>
<content type='text'>
- Remove extraneous '-' in sudo note.
- Correct space formatting (minor).
- Simplify instructions for install EPEL and install with yum directly.
- Add `nodejs` to yum install list explicitly to match the comments -- more transparent for new users who might not be clear `npm` package also installs `nodejs`.
- Remove '--noprealloc` from MongoDB example as the option has been depcated since Mongo 2.6 and is now the default behaviour. See: http://docs.mongodb.org/manual/reference/program/mongod/

Signed-off-by: Charles Chan &lt;charleswhchan@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove extraneous '-' in sudo note.
- Correct space formatting (minor).
- Simplify instructions for install EPEL and install with yum directly.
- Add `nodejs` to yum install list explicitly to match the comments -- more transparent for new users who might not be clear `npm` package also installs `nodejs`.
- Remove '--noprealloc` from MongoDB example as the option has been depcated since Mongo 2.6 and is now the default behaviour. See: http://docs.mongodb.org/manual/reference/program/mongod/

Signed-off-by: Charles Chan &lt;charleswhchan@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #15939: Hyperlink to MongoDB Dockerfile not found. Replaced with link to file in Github.</title>
<updated>2015-09-01T02:28:36+00:00</updated>
<author>
<name>Charles Chan</name>
<email>charleswhchan@users.noreply.github.com</email>
</author>
<published>2015-09-01T02:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=f814ae437fa622c185e544d24bf0662b2337c91a'/>
<id>f814ae437fa622c185e544d24bf0662b2337c91a</id>
<content type='text'>
Signed-off-by: Charles Chan &lt;charleswhchan@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Charles Chan &lt;charleswhchan@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to boot2docker replace with docker-machine</title>
<updated>2015-07-28T01:25:50+00:00</updated>
<author>
<name>Mary Anthony</name>
<email>mary@docker.com</email>
</author>
<published>2015-07-17T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=1825e06944db20ec677aa8d26b36e9036b0dd257'/>
<id>1825e06944db20ec677aa8d26b36e9036b0dd257</id>
<content type='text'>
- boot2docker is deprecated in the 1.8.0
- docker-machine replaces it
- this fixes #14563
- Updating with thaJetzah comments

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- boot2docker is deprecated in the 1.8.0
- docker-machine replaces it
- this fixes #14563
- Updating with thaJetzah comments

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>retooling for hugo</title>
<updated>2015-06-15T20:19:38+00:00</updated>
<author>
<name>Mary Anthony</name>
<email>mary@docker.com</email>
</author>
<published>2015-06-08T03:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker.git/commit/?id=f93fee5f48cc92df8668380e4edc2b7bbd6c62c6'/>
<id>f93fee5f48cc92df8668380e4edc2b7bbd6c62c6</id>
<content type='text'>
Tweaking for Hugo
Updating the Dockerfile with new sed; fix broken link on Kitematic
Fixing image pull for Dockerfile
Removing docs targets

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweaking for Hugo
Updating the Dockerfile with new sed; fix broken link on Kitematic
Fixing image pull for Dockerfile
Removing docs targets

Signed-off-by: Mary Anthony &lt;mary@docker.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
