summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-236-38/+91
* Add services documentationJoffrey F2016-08-222-2/+163
* Rename LogDriver to DriverConfig for genericityJoffrey F2016-08-222-2/+2
* Add new pages to mkdocs indexJoffrey F2016-08-191-0/+2
* Services API documentation (WIP)Joffrey F2016-08-192-0/+118
* New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-1912-242/+345
* Service API integration testsJoffrey F2016-08-172-2/+105
* Swarm service API implementationJoffrey F2016-08-174-4/+241
* Remove references to "ExecutionDriver"Brian Goff2016-08-173-39/+2
* docker client consistency: don't quote ':/'Tomas Tomecek2016-08-172-3/+11
* Exclude requests 2.11 from setup.py to work around unicode bugJoffrey F2016-08-171-1/+1
* Add `nodes` and `inspect_node` methodsswarm-supportJoffrey F2016-08-114-1/+104
* Reference swarm methods in api.md file.Joffrey F2016-08-041-0/+25
* Add support for custom name in SwarmSpecJoffrey F2016-08-043-1/+26
* Update Swarm API docsJoffrey F2016-08-041-9/+131
* Update arguments for several Swarm API methodsJoffrey F2016-08-044-20/+52
* Update Swarm documentationJoffrey F2016-08-031-22/+61
* Add new init_swarm test with custom specJoffrey F2016-08-032-3/+15
* Update swarm methods to include newly added parametersJoffrey F2016-08-035-18/+136
* Added support for docker swarm api version 1.24.minzhang2016-08-031-1/+1
* Added support for docker swarm api version 1.24.minzhang2016-08-034-1/+79
* Merge pull request #1151 from docker/test_fixes_1.12Joffrey F2016-08-033-13/+25
|\
| * Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-033-13/+25
|/
* Merge pull request #1150 from docker/1148-update-headers-fixDaniel Nephin2016-08-022-2/+35
|\
| * Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-022-2/+35
|/
* Merge pull request #1145 from jtakkala/1144-sysctl-supportJoffrey F2016-08-013-1/+36
|\
| * Add support for sysctl when creating containerJari Takkala2016-08-013-1/+36
|/
* Merge pull request #1146 from aanand/config-path-debugJoffrey F2016-08-011-4/+9
|\
| * More explicit debug for config path logicAanand Prasad2016-08-011-4/+9
|/
* Merge pull request #1143 from docker/1135-ipv6-docker-hostJoffrey F2016-07-282-21/+27
|\
| * Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-272-21/+27
|/
* dev versionJoffrey F2016-07-261-1/+1
* Merge branch 'release'Joffrey F2016-07-262-1/+3
|\
| * Merge pull request #1140 from docker/1.9.0-release1.9.0Joffrey F2016-07-262-1/+3
| |\
| | * Bump to 1.9.01.9.0-releaseJoffrey F2016-07-262-1/+3
| |/
| * Set custom user agent on clientBen Firshman2016-07-264-1/+37
| * Bump to 1.9.0-rc21.9.0-rc2Joffrey F2016-06-281-1/+1
| * Merge pull request #1111 from docker/1.9.0-releaseJoffrey F2016-06-283-7/+42
| |\
| | * Add integration tests for different types of kill signalsJoffrey F2016-06-281-0/+30
| | * Fix network aliases test with Engine 1.12Joffrey F2016-06-281-6/+9
| | * signal in Client.kill can be a string containing the signal's nameJoffrey F2016-06-281-1/+3
| |/
* | Merge pull request #1137 from aanand/default-to-npipe-on-windowsJoffrey F2016-07-262-3/+5
|\ \
| * | Default to npipe address on WindowsAanand Prasad2016-07-262-3/+5
|/ /
* | Merge pull request #1139 from docker/compose-3757-linklocal-fixAanand Prasad2016-07-262-4/+25
|\ \
| * | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-252-4/+25
|/ /
* | Merge pull request #1133 from kmala/masterAanand Prasad2016-07-223-10/+45
|\ \
| * | Add unit testsKeerthan Reddy Mala2016-07-221-0/+26
| * | Add optional auth config to docker pushKeerthan Reddy Mala2016-07-222-10/+19
|/ /
* | Merge pull request #1125 from bfirsh/user-agentAanand Prasad2016-07-224-1/+37
|\ \
| * | Set custom user agent on clientBen Firshman2016-07-204-1/+37
|/ /