<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docker/api, branch tcp-to-https-parsehost</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>Add ip4&amp;ip6 (#935) support, network/id/connect</title>
<updated>2016-03-03T01:38:37+00:00</updated>
<author>
<name>Matt Daue</name>
<email>mattdaue@gmail.com</email>
</author>
<published>2016-02-10T02:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=d4a5bc4a86e9ab69368c80027439bca3ecc1e852'/>
<id>d4a5bc4a86e9ab69368c80027439bca3ecc1e852</id>
<content type='text'>
Signed-off-by: Matt Daue &lt;mattdaue@gmail.com&gt;

- Implement check to validate API ver is &gt;= 1.22 for new feature
- Includes patch @elchris82: Changed network in data dict to IPAMConfig as needed from the API. See https://github.com/docker/docker/issues/20732
- Update unit test for container attach to net
- Update integration tests
- Add integration test for IP setting

Signed-off-by: Matt Daue &lt;mattdaue@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matt Daue &lt;mattdaue@gmail.com&gt;

- Implement check to validate API ver is &gt;= 1.22 for new feature
- Includes patch @elchris82: Changed network in data dict to IPAMConfig as needed from the API. See https://github.com/docker/docker/issues/20732
- Update unit test for container attach to net
- Update integration tests
- Add integration test for IP setting

Signed-off-by: Matt Daue &lt;mattdaue@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use decode on push and pull operations.</title>
<updated>2016-03-01T11:54:14+00:00</updated>
<author>
<name>Aleksandar Topuzovic</name>
<email>atopuzovic@demonware.net</email>
</author>
<published>2016-03-01T11:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=08629f3b8ed75cfaecac5329cacba9659295c375'/>
<id>08629f3b8ed75cfaecac5329cacba9659295c375</id>
<content type='text'>
Stream helper has the ability to decode the responses from strings to
JSON. This commit enables this functionality on push and pull operations.

Signed-off-by: Aleksandar Topuzovic &lt;aleksandar.topuzovic@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stream helper has the ability to decode the responses from strings to
JSON. This commit enables this functionality on push and pull operations.

Signed-off-by: Aleksandar Topuzovic &lt;aleksandar.topuzovic@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #916 from docker/container_update_feature</title>
<updated>2016-02-25T02:00:06+00:00</updated>
<author>
<name>Joffrey F</name>
<email>f.joffrey@gmail.com</email>
</author>
<published>2016-02-25T02:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=81d8caaf36159bf1accd86eab2e157bf8dd071a9'/>
<id>81d8caaf36159bf1accd86eab2e157bf8dd071a9</id>
<content type='text'>
Support for container limits update</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for container limits update</pre>
</div>
</content>
</entry>
<entry>
<title>update_container now supports string values</title>
<updated>2016-02-24T00:18:36+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-02-01T22:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=03279ff9a3a9973a3348e9f9fef9b6d1e3795c23'/>
<id>03279ff9a3a9973a3348e9f9fef9b6d1e3795c23</id>
<content type='text'>
for mem_limit, memswap_limit, kernel_memory and mem_reservation

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for mem_limit, memswap_limit, kernel_memory and mem_reservation

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New `update_container` method</title>
<updated>2016-02-24T00:18:36+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-01-30T02:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=c3ba50c98d5de7da5a618877636c8a3d50324ca0'/>
<id>c3ba50c98d5de7da5a618877636c8a3d50324ca0</id>
<content type='text'>
Allows user to update container limits in-flight.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows user to update container limits in-flight.

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate params stream and follow for logs.</title>
<updated>2016-02-16T17:51:55+00:00</updated>
<author>
<name>Stéphane Seguin</name>
<email>stephseguin93@gmail.com</email>
</author>
<published>2016-02-15T19:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=71fafd3209342b136714cf2a4531793c50e3b0e1'/>
<id>71fafd3209342b136714cf2a4531793c50e3b0e1</id>
<content type='text'>
Closes #934

Signed-off-by: Stéphane Seguin &lt;stephseguin93@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #934

Signed-off-by: Stéphane Seguin &lt;stephseguin93@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise exceptions for API errors on network connect/disconnect</title>
<updated>2016-01-25T18:19:32+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2016-01-25T18:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=403d271cc2e954a34c8c01dea32097fe8549cbe6'/>
<id>403d271cc2e954a34c8c01dea32097fe8549cbe6</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>Support links when creating containers or connecting to networks</title>
<updated>2016-01-20T17:47:45+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2016-01-20T15:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=01a754a7f7fa335672eeea57998392af9168b9f2'/>
<id>01a754a7f7fa335672eeea57998392af9168b9f2</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>Normalise/fix networking API JSON keys</title>
<updated>2016-01-18T18:41:18+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2016-01-18T17:48:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=21a5a0a049611cd08636d1325b8dace44fdb9f9e'/>
<id>21a5a0a049611cd08636d1325b8dace44fdb9f9e</id>
<content type='text'>
- Use CamelCase
- `auxaddresses` -&gt; `AuxiliaryAddresses`

Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use CamelCase
- `auxaddresses` -&gt; `AuxiliaryAddresses`

Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement support for network-scoped aliases</title>
<updated>2016-01-14T18:19:35+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2016-01-14T16:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker-py.git/commit/?id=d00a5bb08671dc43c4db1fb8dc2ea90b68bbc1d9'/>
<id>d00a5bb08671dc43c4db1fb8dc2ea90b68bbc1d9</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>
</feed>
