summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-29/+20
* Fix memory conversion to bytes (#2645)Anca Iordache2020-08-171-1/+1
* Implement context management, lifecycle and unittests.Anca Iordache2020-02-051-11/+4
* Fix base_url to keep TCP protocolUlysses Souza2019-03-261-3/+1
* Properly convert non-string filters to expected string formatJoffrey F2018-11-081-1/+4
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-081-1/+1
* Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-011-58/+72
* Add support for SSH protocol in base_urlJoffrey F2018-11-011-5/+11
* Move build utils to appropriate fileJoffrey F2018-03-291-89/+0
* Support building with Dockerfile outside of contextJoffrey F2018-03-291-1/+11
* Rewrite access check in create_archive with EAFPJoffrey F2018-02-051-5/+3
* Add workaround for bpo-32713Joffrey F2018-02-051-0/+4
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-311-25/+0
* Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-291-1/+2
* Merge pull request #1830 from mhank/1822-reformat-hostsJoffrey F2017-12-131-1/+7
|\
| * Change format in which hosts are being stored for Swarm servicesMichael Hankin2017-12-051-2/+8
| * Change format of extra hostsMichael Hankin2017-12-031-1/+1
* | Fix common issues with build context creation: inaccessible files and fifosfix-context-buildingJoffrey F2017-11-291-7/+14
|/
* Add support for new ContainerSpec parametersJoffrey F2017-11-071-0/+6
* Add support for recursive wildcard pattern in .dockerignoreJoffrey F2017-02-141-132/+0
* Add create_plugin implementationJoffrey F2017-02-091-11/+28
* 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