Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for RollbackConfigrollback_config | Joffrey F | 2018-08-09 | 1 | -0/+21 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add version checks and test | Joffrey F | 2018-08-09 | 1 | -0/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2103 from asottile/allow_uid_integer_0 | Joffrey F | 2018-08-06 | 1 | -0/+6 |
|\ | | | | | Allow user=0 to be passed in create_container | ||||
| * | Allow user=0 to be passed in create_container | Anthony Sottile | 2018-08-02 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
* | | Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferences | Joffrey F | 2018-08-03 | 1 | -1/+7 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #2063 from mtszb/master | Joffrey F | 2018-06-29 | 3 | -0/+18 |
|\ | | | | | Add support for `uts_mode` parameter in `Client.create_host_config`. | ||||
| * | Add support for `uts_mode` parameter in `Client.create_host_config`. | Marco Trillo | 2018-06-29 | 3 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | This parameter allows to set the UTS namespace of the container, as in the `--uts=X` Docker CLI parameter: <https://docs.docker.com/engine/reference/run/#uts-settings---uts> The only allowed value, if set, is "host". Signed-off-by: Marco Trillo <martri@arantia.com> Signed-off-by: Diego Alvarez <dyako.developer@gmail.com> | ||||
* | | On Windows, convert paths to use forward slashes before fnmatch call | Joffrey F | 2018-06-28 | 2 | -485/+498 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Improved .dockerignore pattern processing to better match Docker CLI behavior | Joffrey F | 2018-06-28 | 1 | -1/+11 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix detach assert function to account for new behavior in engine 18.06 | Joffrey F | 2018-06-28 | 1 | -1/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix support for legacy .dockercfg auth config format | Joffrey F | 2018-06-27 | 2 | -52/+54 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow passing of env overrides to credstore through APIClient ctor | Joffrey F | 2018-06-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix socket reading function for TCP (non-HTTPS) connections on Windows | Joffrey F | 2018-06-06 | 1 | -2/+56 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix several integration tests on Windows | Joffrey F | 2018-05-25 | 2 | -15/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix create_plugin on Windows | Joffrey F | 2018-05-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Avoid unwanted modification of dockerfile path | Joffrey F | 2018-05-25 | 1 | -9/+44 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add ignore_removed param to containers.list() to control whether to | Joffrey F | 2018-04-25 | 2 | -5/+23 |
| | | | | | | raise or ignore NotFound Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2018-04-25 | 2 | -2/+11 |
|\ | |||||
| * | Fix session timeout = None case | Joffrey F | 2018-04-25 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Total timeout should be HTTP timeout + operation timeout | Joffrey F | 2018-04-25 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | stop(), restart(): Adjust request timeout. | Matthieu Nottale | 2018-04-25 | 2 | -2/+13 |
| | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | | prune_builds test | Joffrey F | 2018-04-25 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support absolute paths for in-context Dockerfiles | Joffrey F | 2018-04-12 | 1 | -1/+32 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Properly handle relative Dockerfile paths and Dockerfile on different drives | Joffrey F | 2018-03-30 | 1 | -0/+32 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add methods for /distribution/<name>/json endpoint | Joffrey F | 2018-03-29 | 1 | -0/+9 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support building with Dockerfile outside of context | Joffrey F | 2018-03-27 | 1 | -0/+33 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add isolation param to build | Joffrey F | 2018-03-23 | 1 | -0/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Don't descend into symlinks when building context tar | Joffrey F | 2018-03-21 | 1 | -0/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove redundant single-socket select call | Joffrey F | 2018-03-20 | 2 | -17/+3 |
| | | | | | | Clean up + use pytest-timeout Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow cancelling the streams from other threads | Viktor Adam | 2018-03-20 | 3 | -0/+89 |
| | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | Fix socket tests for TLS-enabled tests | Joffrey F | 2018-03-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add test for container list with sparse=True | Joffrey F | 2018-03-14 | 1 | -0/+22 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use same split rules for Dockerfile as other include/exclude patterns1956-dockerignore-include-dockerfile | Joffrey F | 2018-03-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve dockerignore comment test | Joffrey F | 2018-03-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix flake8 case | Wanzhi Du | 2018-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Ignore comment line from the .dockerignore file | Wanzhi Du | 2018-03-05 | 1 | -1/+2 |
| | | | | | | | | | This fixed the bug that test comment line in .dockerignore file as ignore rule bug. Add test for "# comment" patterns in .dockerignore. Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Merge pull request #1928 from mnottale/fix-spurious-resolution-macos-slowdown | Joffrey F | 2018-02-27 | 1 | -1/+1 |
|\ | | | | | Workaround requests resolving our unix socket URL on macosx. | ||||
| * | Workaround requests resolving our unix socket URL on macosx. | Matthieu Nottale | 2018-02-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | | Merge pull request #1927 from mefyl/master | Joffrey F | 2018-02-26 | 1 | -0/+16 |
|\ \ | |/ |/| | Add test for "/.." patterns in .dockerignore. | ||||
| * | Add test for "/.." patterns in .dockerignore. | mefyl | 2018-02-26 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
* | | Cleanup containers during the tests | Yong Tang | 2018-02-23 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fix tries to clean up the containers during the tests so that no pre-existing volumes left in docker integration tests. This fix adds `-v` when removing containers, and makes sure containers launched in non-daemon mode are removed. This fix is realted to moby PR 36292 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> | ||||
* | | Merge branch 'release' into 3.1.0-release | Joffrey F | 2018-02-22 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> Conflicts: docker/version.py tests/unit/api_test.py tests/unit/utils_test.py | ||||
| * | | Rewrite access check in create_archive with EAFP | Joffrey F | 2018-02-05 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Add login data to the right subdict in auth_configs | Joffrey F | 2018-02-05 | 1 | -0/+18 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Add workaround for bpo-32713 | Joffrey F | 2018-02-05 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1914 from mefyl/master | Joffrey F | 2018-02-22 | 1 | -68/+24 |
|\ \ \ | | |/ | |/| | Improve .dockerignore compliance | ||||
| * | | Fix .dockerignore: accept wildcard in inclusion pattern, honor last line ↵ | mefyl | 2018-02-21 | 1 | -64/+20 |
| | | | | | | | | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | | Fix dockerignore handling of absolute path exceptions. | mefyl | 2018-02-21 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | | Revert "Correctly support absolute paths in .dockerignore" | mefyl | 2018-02-19 | 1 | -17/+10 |
| | | | | | | | | | | | | | | | | | | This reverts commit 34d50483e20e86cb7ab22700e036a5c4d319268a. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
* | | | Merge pull request #1918 from rycus86/service-restart-method | Joffrey F | 2018-02-21 | 1 | -2/+39 |
|\ \ \ | | | | | | | | | Shorthand method for service.restart() |