summaryrefslogtreecommitdiff
path: root/docker/utils
Commit message (Expand)AuthorAgeFilesLines
* Add workaround for bpo-32713c5618-negative-mtime-tarJoffrey F2018-02-011-0/+4
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-312-26/+1
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-302-5/+6
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-0/+65
* 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-072-1/+7
* Do not interrupt streaming when encountering 0-length framesJoffrey F2017-11-071-2/+2
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-221-1/+1
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-1/+20
* Leading slash in .dockerignore should be ignoredJoffrey F2017-08-171-0/+1
* Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-171-8/+19
* Compose 1.14.0 hackJoffrey F2017-06-281-0/+5
* split_port should not break when passed a non-string argumentJoffrey F2017-06-281-0/+1
* Merge pull request #1649 from shin-/1639-exec-id-check-resourceJoffrey F2017-06-191-16/+15
|\
| * Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-16/+15
* | Rewrite the split_port function using rekaiyou2017-06-051-67/+40
|/
* Fix test issuesappveyorJoffrey F2017-03-292-9/+10
* Raise an error when passing an empty string to split_portJoffrey F2017-03-091-0/+2
* fix: Missing exception handling in split_port when no container portLei Gong2017-03-091-0/+5
* passing flake8 testSeungJin Oh2017-02-201-1/+1
* check NoneType before usingSeungJin Oh2017-02-201-2/+4
* Allow port range like 8000-8010:80crierr2017-02-201-3/+6
* Merge pull request #1449 from shin-/secrets-apiJoffrey F2017-02-151-1/+1
|\
| * Add support for secrets in ContainerSpecJoffrey F2017-02-131-1/+1
* | Add support for recursive wildcard pattern in .dockerignoreJoffrey F2017-02-144-134/+247
|/
* Add create_plugin implementationJoffrey F2017-02-092-12/+29
* 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
* Rename non-URL occurrences of docker-py to "Docker SDK for Python"docker_sdk_renameJoffrey F2016-12-121-3/+4
* Merge branch 'patch-1' of https://github.com/manics/docker-py into manics-pat...manics-patch-1Joffrey F2016-12-021-0/+1
|\
| * Use format_environment to convert env in ContainerSpecSimon Li2016-11-111-1/+1
* | Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-013-609/+18
* | 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 #1250 from mmerickel/fix/1211Joffrey F2016-11-281-3/+7
|\ \ \
| * | | do not assume that read will consume the number of bytes requestedMichael Merickel2016-11-281-3/+7
| |/ /
* | | 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 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
|\ \