summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore socket files in utils.tarJoffrey F2017-01-241-2/+7
* Accept / as a path separator in dockerignore patterns on all platformscompose-4302-dockerignore-windowsJoffrey F2017-01-061-9/+17
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-596/+15
* Merge pull request #1308 from docker/docker_clientJoffrey F2016-11-301-1/+1
|\
| * Rename Client -> DockerClientdocker_clientJoffrey F2016-11-281-1/+1
* | Merge pull request #1277 from bodnarbm/do-not-traverse-ignored-directories-wi...Ben Firshman2016-11-291-19/+32
|\ \
| * | Prevent traversing excluded directories with no possible dockerignore exceptionsBrandon Bodnar2016-11-261-19/+32
| |/
* | Merge pull request #1297 from docker/stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-3/+3
|\ \
| * | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-0/+2
| * | Allow custom PID mode for the containerStepan Stipl2016-11-281-3/+1
| |/
* | Fix parsing for an environment file with newlinesJon Cotton2016-11-281-1/+5
|/
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+51
* 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-041-0/+14
* | Fix dockerignore exclusion logic on Windowswin32-test-fixesJoffrey F2016-10-141-2/+2
* | 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 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-191-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
|/ /
* | Add support for link-local IPs in endpoint config1107-link-local-ipsJoffrey F2016-06-241-1/+9
|/
* Merge pull request #1066 from yunzhu-li/blkio-controlJoffrey F2016-06-151-2/+58
|\
| * Add support for Block IO constraints in HostConfigyunzhu-li2016-06-051-2/+58
* | Merge pull request #1079 from docker/1024-npipe-supportJoffrey F2016-06-141-3/+6
|\ \
| * | Update parse_host and testsJoffrey F2016-06-021-2/+2
| * | Experimental npipe:// supportJoffrey F2016-06-021-1/+4
| |/
* | Add ipv[46]_address params to create_endpoint_config.Joffrey F2016-06-131-5/+16
|/
* support Python 3.5Thomas Grainger2016-05-191-8/+2
* Resolve path traversal in .dockerignore patternsAanand Prasad2016-05-161-0/+3
* Merge pull request #1004 from klj613/allow-equals-character-in-env-fileJoffrey F2016-04-271-1/+1
|\