summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* Number of pools in adapter is configurable1207-configurable-num-poolsJoffrey F2016-09-124-15/+31
* dev versionJoffrey F2016-09-091-1/+1
* Bump version1.10.0-releaseJoffrey F2016-09-081-1/+1
* Remove default adapters when connecting through a unix socket.1076-dns-fixJoffrey F2016-09-081-0/+5
* Handle bufsize < 0 in makefile() as a substitute for default1188-npipesocket-makefileJoffrey F2016-09-071-1/+1
* Add support for changes param in import_image* methodsJoffrey F2016-09-061-75/+97
* Better credentials store error handling in resolve_authconfigcredstore-supportJoffrey F2016-09-061-5/+6
* Add credentials store supportJoffrey F2016-09-061-0/+37
* Fix licensesBen Firshman2016-09-056-82/+0
* Fix Mount bind type sanity checkJoel Martin2016-09-021-1/+1
* Add support for force disconnect1105-network-apiJoffrey F2016-08-311-2/+9
* Add support for labels and enable_ipv6 in create_networkJoffrey F2016-08-311-1/+18
* Merge pull request #1167 from docker/1075-from-env-versionJoffrey F2016-08-251-1/+2
|\
| * Support version parameter in `Client.from_env`1075-from-env-versionJoffrey F2016-08-251-1/+2
* | Merge pull request #1168 from docker/aiden0z-masterJoffrey F2016-08-251-1/+8
|\ \
| * \ Merge branch 'master' of https://github.com/aiden0z/docker-py into aiden0z-ma...Joffrey F2016-08-231-1/+8
| |\ \ | | |/ | |/|
| | * fix #1094, support PidsLimit in host configAiden Luo2016-06-171-1/+8
* | | Fix creating containers with env vars with unicode charactersfermayo2016-08-251-1/+1
* | | Merge pull request #1082 from masci/fix_stream_helperJoffrey F2016-08-231-1/+1
|\ \ \ | |/ / |/| |
| * | invoke self._result with json=True if decode=TrueMassimiliano Pippi2016-06-071-1/+1
* | | support MemoryReservation and KernelMemoryKay Yan2016-08-231-2/+16
* | | Merge branch 'master' of https://github.com/srikalyan/docker-py into srikalya...Joffrey F2016-08-231-1/+9
|\ \ \
| * | | Added support for user namespace.Srikalyan Swayampakula2016-06-301-1/+9
* | | | Merge branch 'jp-cpushares' of https://github.com/joshpurvis/docker-py into j...Joffrey F2016-08-231-1/+26
|\ \ \ \
| * | | | Move cpu_shares and cpuset_cpu to HostConfig when API >= 1.18Josh Purvis2016-08-151-1/+25
| * | | | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-101-1/+3
* | | | | Merge pull request #1081 from tescalada/masterJoffrey F2016-08-231-2/+10
|\ \ \ \ \
| * | | | | 1059-Fixing a bug with multiple json objectsTristan Escalada2016-08-011-2/+10
* | | | | | Merge pull request #1131 from Knetic/dnsoptsJoffrey F2016-08-231-1/+7
|\ \ \ \ \ \
| * | | | | | Implemented dns_opt support (from api 1.21)George Lester2016-08-071-1/+7
| | |/ / / / | |/| | | |
* | | | | | Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-234-37/+70
* | | | | | Rename LogDriver to DriverConfig for genericityJoffrey F2016-08-222-2/+2
* | | | | | New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-199-234/+246
* | | | | | Service API integration testsJoffrey F2016-08-171-2/+5
* | | | | | Swarm service API implementationJoffrey F2016-08-174-4/+241
* | | | | | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-171-1/+3
* | | | | | Add `nodes` and `inspect_node` methodsswarm-supportJoffrey F2016-08-111-0/+15
* | | | | | Add support for custom name in SwarmSpecJoffrey F2016-08-041-1/+4
* | | | | | Update arguments for several Swarm API methodsJoffrey F2016-08-043-20/+21
* | | | | | Add new init_swarm test with custom specJoffrey F2016-08-031-2/+2
* | | | | | Update swarm methods to include newly added parametersJoffrey F2016-08-034-18/+81
* | | | | | 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-033-1/+44
|/ / / / /
* | | | | Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-031-6/+7
* | | | | Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-021-1/+1
* | | | | Add support for sysctl when creating containerJari Takkala2016-08-011-1/+8
* | | | | More explicit debug for config path logicAanand Prasad2016-08-011-4/+9
|/ / / /
* | | | Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-271-20/+18
* | | | dev versionJoffrey F2016-07-261-1/+1
* | | | Merge branch 'release'Joffrey F2016-07-261-1/+1
|\ \ \ \