<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docs/volumes.md, branch https_docs_link</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/'/>
<entry>
<title>Tidied up code examples in docs</title>
<updated>2015-10-14T21:53:21+00:00</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2015-10-14T21:49:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=0c2aaac3d53e2dd32440abfd18492d0e05b275cf'/>
<id>0c2aaac3d53e2dd32440abfd18492d0e05b275cf</id>
<content type='text'>
 * Use `cli = Client` everywhere
 * Use Client.create_host_config method
 * Added missing '&gt;'s

Signed-off-by: Alasdair Nicol &lt;alasdair@thenicols.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Use `cli = Client` everywhere
 * Use Client.create_host_config method
 * Added missing '&gt;'s

Signed-off-by: Alasdair Nicol &lt;alasdair@thenicols.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into aanand-allow-any-mode</title>
<updated>2015-06-18T19:10:13+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-06-18T19:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=e05d06bcf21d77024801a5a6c92b431634fd745b'/>
<id>e05d06bcf21d77024801a5a6c92b431634fd745b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow binds to be specified as a list of strings</title>
<updated>2015-06-12T16:36:59+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2015-06-12T16:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=1446b8c5eef57bb5f7392f73fada9ba4dc305de9'/>
<id>1446b8c5eef57bb5f7392f73fada9ba4dc305de9</id>
<content type='text'>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow any mode string to be passed into a volume bind</title>
<updated>2015-06-05T12:25:59+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2015-06-05T11:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=7dd762539196eaade8da183d7588627c51d5a479'/>
<id>7dd762539196eaade8da183d7588627c51d5a479</id>
<content type='text'>
Volume binds now take a "mode" key, whose value can be any string.

"ro" is still supported. It is an error to specify both "ro" and "mode".

Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Volume binds now take a "mode" key, whose value can be any string.

"ro" is still supported. It is an error to specify both "ro" and "mode".

Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed instances of using host_config in start from docs and examples</title>
<updated>2015-05-08T21:24:53+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-05-08T21:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=5af442fb9bfa72d6f928490d2faae414e06af7d5'/>
<id>5af442fb9bfa72d6f928490d2faae414e06af7d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding response container_id to make the example clearer. </title>
<updated>2015-03-09T14:44:24+00:00</updated>
<author>
<name>kenden</name>
<email>quentin.nerden@stylight.com</email>
</author>
<published>2015-03-09T14:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=9bf3efb90bbeff92eb9acafc4ab92a07ee153b6f'/>
<id>9bf3efb90bbeff92eb9acafc4ab92a07ee153b6f</id>
<content type='text'>
Without it, c.start refer to container_id, which has not been introduced before.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without it, c.start refer to container_id, which has not been introduced before.</pre>
</div>
</content>
</entry>
<entry>
<title>Removed trailing whitespace in docs</title>
<updated>2014-11-14T00:37:46+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2014-11-14T00:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=bf077ace10ce6ba85d51ee51e01c223ad263496d'/>
<id>bf077ace10ce6ba85d51ee51e01c223ad263496d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added markdown docs</title>
<updated>2014-10-24T20:55:22+00:00</updated>
<author>
<name>micahhausler</name>
<email>micah.hausler@ambition.com</email>
</author>
<published>2014-10-24T20:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=199023c576aa3296d36a9eacde3102a04dbcd208'/>
<id>199023c576aa3296d36a9eacde3102a04dbcd208</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
