summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-132-1/+17
* Merge pull request #1907 from docker/c5622_device_cgroup_rulesJoffrey F2018-02-134-1/+31
|\
| * Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-134-1/+31
|/
* Merge pull request #1904 from docker/c5672-dockerignore-abspathJoffrey F2018-02-122-17/+30
|\
| * Correctly support absolute paths in .dockerignorec5672-dockerignore-abspathJoffrey F2018-02-122-17/+30
|/
* Merge pull request #1901 from docker/1899-create_archive_fixJoffrey F2018-02-052-7/+9
|\
| * Rewrite access check in create_archive with EAFP1899-create_archive_fixJoffrey F2018-02-052-7/+9
* | Merge pull request #1896 from docker/1895-login-authsJoffrey F2018-02-022-1/+19
|\ \
| * | Add login data to the right subdict in auth_configs1895-login-authsJoffrey F2018-02-012-1/+19
| |/
* | Merge pull request #1897 from docker/c5618-negative-mtime-tarJoffrey F2018-02-012-0/+16
|\ \ | |/ |/|
| * Add workaround for bpo-32713c5618-negative-mtime-tarJoffrey F2018-02-012-0/+16
|/
* 3.1.0-devJoffrey F2018-01-311-1/+1
* Merge pull request #1891 from docker/3.0.0-release3.0.0Joffrey F2018-01-3169-2535/+2634
|\
| * Docs fixes3.0.0-releaseJoffrey F2018-01-312-5/+8
| * Bump 3.0.0Joffrey F2018-01-312-0/+38
| * Merge pull request #1890 from docker/wait_returnJoffrey F2018-01-319-35/+74
| |\
| | * Update wait to always return a dictwait_returnJoffrey F2018-01-319-35/+74
| |/
| * Merge pull request #1889 from docker/1441-pull-repository-nameJoffrey F2018-01-311-6/+5
| |\
| | * Rename `name` parameter in `pull` method to `repository`1441-pull-repository-nameJoffrey F2018-01-311-6/+5
| * | Merge pull request #1888 from docker/1884-create_volumes_win32Joffrey F2018-01-312-11/+20
| |\ \ | | |/ | |/|
| | * Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-312-11/+20
| * | Merge pull request #1887 from docker/cleanup_deprecatedJoffrey F2018-01-3124-638/+150
| |\ \ | | |/ | |/|
| | * Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-3120-519/+140
| | * Remove parameters and methods marked as deprecatedJoffrey F2018-01-317-119/+10
| |/
| * Merge pull request #1886 from docker/1878-publishmodeJoffrey F2018-01-314-7/+118
| |\
| | * Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-314-7/+118
| |/
| * Merge pull request #1885 from docker/improve_authconfig_genconfig_separationJoffrey F2018-01-3112-111/+149
| |\
| | * Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-3012-111/+149
| |/
| * Merge pull request #1879 from docker/mtsmfm-masterJoffrey F2018-01-3011-104/+313
| |\
| | * Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-304-36/+54
| | * Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-3010-103/+294
| |/
| * Merge pull request #1883 from docker/1761-dockerclient-pullJoffrey F2018-01-304-6/+40
| |\
| | * Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-304-6/+40
| |/
| * Merge pull request #1881 from docker/pytest-assertsJoffrey F2018-01-3028-1608/+1270
| |\
| | * Use pytest assertspytest-assertsJoffrey F2018-01-3028-1608/+1270
| * | Merge pull request #1880 from docker/1841-tar-broken-symlinksJoffrey F2018-01-292-1/+28
| |\ \ | | |/ | |/|
| | * Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-292-1/+28
| |/
| * Merge branch 'funkyfuture-container_exec_run'Joffrey F2018-01-291-6/+16
| |\
| | * Move ExecResult definition to models.containersJoffrey F2018-01-293-13/+13
| | * Merge branch 'container_exec_run' of https://github.com/funkyfuture/docker-py...Joffrey F2018-01-293-8/+18
| | |\ | |/ /
| | * Container.exec_run returns a namedtuple w/ attrs exit_code & outputFrank Sachsenheim2018-01-283-6/+14
| | * Container.exec_run returns None as exit_code if stream or socketFrank Sachsenheim2018-01-281-5/+7
| * | Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-295-20/+53
| |\ \ | | |/ | |/|
| | * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-265-20/+53
| * | Merge pull request #1875 from docker/1702-build-logs-dockerclientJoffrey F2018-01-263-14/+24
| |\ \ | | |/ | |/|
| | * ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-263-14/+24
| |/
| * Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-263-3/+26
| |\
| | * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-263-1/+13
| | * Merge branch 'image-load' of https://github.com/hongbin/docker-py into hongbi...Joffrey F2018-01-261-2/+13
| | |\
| | | * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13