<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/docs, branch docs</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/'/>
<entry>
<title>Addressed feedback</title>
<updated>2017-01-26T20:10:59+00:00</updated>
<author>
<name>Misty Stanley-Jones</name>
<email>misty@docker.com</email>
</author>
<published>2017-01-26T20:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=5213a0a67ec635a45e640364e8aa9bf5f431625e'/>
<id>5213a0a67ec635a45e640364e8aa9bf5f431625e</id>
<content type='text'>
Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Misty Stanley-Jones &lt;misty@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update volume options (fixes #27029)</title>
<updated>2016-10-20T07:59:20+00:00</updated>
<author>
<name>Dimitris Mandalidis</name>
<email>dimitris.mandalidis@gmail.com</email>
</author>
<published>2016-10-01T08:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=164ab2cfc9900a5e9a8037d41faea2bfdf3d64f1'/>
<id>164ab2cfc9900a5e9a8037d41faea2bfdf3d64f1</id>
<content type='text'>
Signed-off-by: Dimitris Mandalidis &lt;dimitris.mandalidis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dimitris Mandalidis &lt;dimitris.mandalidis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23510 from sbose78/23376-update-centos-yum-repo-version</title>
<updated>2016-06-17T02:52:35+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2016-06-16T00:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=c4b72004fd62811e3be409881a7cbd4d27f7358b'/>
<id>c4b72004fd62811e3be409881a7cbd4d27f7358b</id>
<content type='text'>
Fixes #23376 Broken URL for Centos yum repo for docker fixed to harcoded version number.
(cherry picked from commit 0c78a7dd64c4c0b11aae040fadbecee2a7fdf5ae)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #23376 Broken URL for Centos yum repo for docker fixed to harcoded version number.
(cherry picked from commit 0c78a7dd64c4c0b11aae040fadbecee2a7fdf5ae)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23485 from sbose78/22514-run-image-using-digest</title>
<updated>2016-06-17T02:52:27+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2016-06-13T18:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=b74db4d8e35a7c94796c4cf55ec5183a4ff0b1f1'/>
<id>b74db4d8e35a7c94796c4cf55ec5183a4ff0b1f1</id>
<content type='text'>
Fixes #22514 - Added example for using image digest in the docker run command
(cherry picked from commit 3bb42723acf4a6ade3f9f1a1819ca6ef530c2032)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #22514 - Added example for using image digest in the docker run command
(cherry picked from commit 3bb42723acf4a6ade3f9f1a1819ca6ef530c2032)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23478 from cpuguy83/22833_optional_mountpoint_docs</title>
<updated>2016-06-17T02:52:12+00:00</updated>
<author>
<name>Sven Dowideit</name>
<email>SvenDowideit@users.noreply.github.com</email>
</author>
<published>2016-06-13T04:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=ad2a9f3d1e61291ec6892b4ffc7414592daeb930'/>
<id>ad2a9f3d1e61291ec6892b4ffc7414592daeb930</id>
<content type='text'>
Clarify volume plugin `Mountpoint` is optional
(cherry picked from commit 9a8affb0ffdf6010fca6a1c8fb00c9e0a38845d6)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify volume plugin `Mountpoint` is optional
(cherry picked from commit 9a8affb0ffdf6010fca6a1c8fb00c9e0a38845d6)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23419 from ahmetalpbalkan/docs/azure-vol-plugin</title>
<updated>2016-06-17T02:48:21+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2016-06-09T22:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=782e218be6b7255af2df83b0af1258d061d4fc79'/>
<id>782e218be6b7255af2df83b0af1258d061d4fc79</id>
<content type='text'>
docs: Add Azure File Storage Volume Driver plugin
(cherry picked from commit 949f8d0d11eb7dbc2fbdf91210c5564da19de8e7)
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: Add Azure File Storage Volume Driver plugin
(cherry picked from commit 949f8d0d11eb7dbc2fbdf91210c5564da19de8e7)
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23331 from yongtang/06062016-docs-typo</title>
<updated>2016-06-17T02:48:14+00:00</updated>
<author>
<name>Brian Goff</name>
<email>cpuguy83@gmail.com</email>
</author>
<published>2016-06-07T02:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=5d402c1c27102b81d264c63bc34ee7bdb9088829'/>
<id>5d402c1c27102b81d264c63bc34ee7bdb9088829</id>
<content type='text'>
Fix a couple of typos in the docs of `docker attach`
(cherry picked from commit 3d8fdbb6264c83975bfd36b68e3b67d12a3006c1)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a couple of typos in the docs of `docker attach`
(cherry picked from commit 3d8fdbb6264c83975bfd36b68e3b67d12a3006c1)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23195 from cyli/update-content-trust-docs</title>
<updated>2016-06-17T02:48:05+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2016-06-13T20:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=76f6c611f1551c612eec94f5b91be4d4aa42c63c'/>
<id>76f6c611f1551c612eec94f5b91be4d4aa42c63c</id>
<content type='text'>
Update content trust docs to reflect latest notary compose file changes
(cherry picked from commit 1842077541d1679c20932ed66c07081759c36c7f)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update content trust docs to reflect latest notary compose file changes
(cherry picked from commit 1842077541d1679c20932ed66c07081759c36c7f)

Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alias to make CI pass</title>
<updated>2016-06-08T23:08:41+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>github@gone.nl</email>
</author>
<published>2016-06-08T22:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=98638feaaebffe379ae624514e22ddaf94700e28'/>
<id>98638feaaebffe379ae624514e22ddaf94700e28</id>
<content type='text'>
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #23293 from mountkin/network-docs</title>
<updated>2016-06-06T18:37:33+00:00</updated>
<author>
<name>Sebastiaan van Stijn</name>
<email>thaJeztah@users.noreply.github.com</email>
</author>
<published>2016-06-06T10:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/docker.git/commit/?id=0d8b909281c86a1987b60eeb036d27c9208fe253'/>
<id>0d8b909281c86a1987b60eeb036d27c9208fe253</id>
<content type='text'>
docs: correct network create command
(cherry picked from commit ac14aa11b6f9172c744affa9823d05fde721c5e0)
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: correct network create command
(cherry picked from commit ac14aa11b6f9172c744affa9823d05fde721c5e0)
Signed-off-by: Sebastiaan van Stijn &lt;github@gone.nl&gt;
</pre>
</div>
</content>
</entry>
</feed>
