summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-1/+1
* Add new user-focused APIBen Firshman2016-11-221-0/+79
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+51
* Make docker.utils.ports a single fileBen Firshman2016-11-222-4/+0
* Merge pull request #1236 from docker/host_config_isolationJoffrey F2016-11-171-1/+9
|\
| * Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-291-1/+9
* | Convert dicts to Healthcheck objects, string commands to CMD-SHELL listsAanand Prasad2016-11-161-1/+4
* | Add support for passing healthcheck to create_containerJamie Greeff2016-11-161-1/+8
* | WIPJoffrey F2016-11-042-0/+15
* | Fix dockerignore exclusion logic on Windowswin32-test-fixesJoffrey F2016-10-141-2/+2
* | Merge pull request #1254 from docker/npipe-advancedJoffrey F2016-10-141-1/+8
|\ \
| * | Several fixes to npipe supportnpipe-advancedJoffrey F2016-10-121-1/+8
| |/
* | Merge pull request #1256 from docker/format_env_unicode_bugJoffrey F2016-10-131-0/+3
|\ \
| * | Do not break when calling format_environment with unicode valuesformat_env_unicode_bugJoffrey F2016-10-121-0/+3
| |/
* | Remove trailing slashes in result of utils.parse_hostbase_url_trailing_slashJoffrey F2016-10-121-2/+2
|/
* Pass file object to Tarfile.addfile()Christian Bundy2016-09-271-1/+12
* Synthesize executable bit on WindowsSebastian Schwarz2016-09-271-1/+5
* Fix a few pep8 issuesBen Firshman2016-09-141-1/+1
* Re-add docker.utils.types module for backwards compatibility1196-docker.utils.typesJoffrey F2016-09-091-0/+7
* Fix licensesBen Firshman2016-09-051-14/+0
* 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
|/ /
* | 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
* | | | 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
| |/ / /
* | | | New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-193-143/+3
* | | | Swarm service API implementationJoffrey F2016-08-171-1/+1
* | | | Add support for custom name in SwarmSpecJoffrey F2016-08-041-1/+4
* | | | Update arguments for several Swarm API methodsJoffrey F2016-08-042-12/+2
* | | | Add new init_swarm test with custom specJoffrey F2016-08-031-2/+2
* | | | Update swarm methods to include newly added parametersJoffrey F2016-08-032-1/+53
|/ / /
* | | 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
* | | Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-271-20/+18
* | | Default to npipe address on WindowsAanand Prasad2016-07-261-1/+3
* | | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-251-4/+4
* | | Rename read methods for clarityAanand Prasad2016-07-131-5/+6
* | | Rename read_iter() to frames_iter()Aanand Prasad2016-07-131-1/+1
* | | Rename next_packet_size to next_frame_sizeAanand Prasad2016-07-131-3/+3
* | | Reorder socket.py methodsAanand Prasad2016-07-131-13/+13
* | | Document all socket utility methodsAanand Prasad2016-07-131-2/+14
* | | RefactorsAanand Prasad2016-07-131-14/+13
* | | Move read_loop() into docker.utils.socket.read_iter()Aanand Prasad2016-07-131-0/+7