Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 1 | -33/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update detach tests to work with AF_INET as wellmtsmfm-master | Joffrey F | 2018-01-30 | 1 | -16/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 1 | -2/+56 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 1 | -221/+218 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 1 | -0/+33 |
| | | | | | | | | | Add ContainerSpec.isolation support Add until support in logs Add condition support in wait Add workdir support in exec_create Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add integration test for CPU realtime options | Joffrey F | 2017-12-13 | 1 | -0/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for mounts in HostConfig | Joffrey F | 2017-11-07 | 1 | -0/+65 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Always send attach request as streaming | Joffrey F | 2017-08-22 | 1 | -4/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Make sure data is written in prune test so space can be reclaimedmoby33735 | Joffrey F | 2017-06-20 | 1 | -1/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com> | ||||
* | Add support for ``runtime`` in container create and run API | Madhuri Kumari | 2017-06-01 | 1 | -0/+9 |
| | |||||
* | init_path removed in Engine 17.05init_path_removed | Joffrey F | 2017-05-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move LinksTest to appropriate file | Joffrey F | 2017-03-09 | 1 | -0/+42 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add init_path parameter to container HostConfig | Tomasz Madycki | 2017-03-01 | 1 | -0/+12 |
| | | | | Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com> | ||||
* | Add init parameter to container HostConfig | Tomasz Madycki | 2017-03-01 | 1 | -0/+12 |
| | | | | Signed-off-by: Tomasz Madycki <tomasz.madycki@gmail.com> | ||||
* | Update assert in test_create_with_restart_policy | Boaz Shuster | 2017-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | In https://github.com/docker/docker/pull/30870 a new error message is displayed if the container is restarting. To make "test_create_with_restart_policy" pass against the above change, the test checks that the error message contains "You cannot remove " instead of "You cannot remove a running container" Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com> | ||||
* | Add xfail mark to storageopt test | Joffrey F | 2017-02-15 | 1 | -4/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1459 from shin-/1300-storageopts | Joffrey F | 2017-02-15 | 1 | -0/+16 |
|\ | | | | | Add support for storage_opt in host_config | ||||
| * | Add support for storage_opt in host_config | Joffrey F | 2017-02-15 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add prune_containers method | Joffrey F | 2017-01-30 | 1 | -0/+14 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add stop_timeout to create_container | Joffrey F | 2017-01-27 | 1 | -0/+9 |
| | | | | | | Fix requires_api_version test decorator Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for auto_remove in HostConfigautoremove_support | Joffrey F | 2017-01-25 | 1 | -0/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move config type creation from docker.utils functions to classes inconfig_types | Joffrey F | 2016-12-01 | 1 | -4/+4 |
| | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_mode | Joffrey F | 2016-11-28 | 1 | -4/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow custom PID mode for the container | Stepan Stipl | 2016-11-28 | 1 | -3/+0 |
| | | | | | | | Docker added support for sharing PID namespaces with other containers since version 1.12 (see https://github.com/docker/docker/pull/22481). Signed-off-by: Stepan Stipl <stepan@stipl.net> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -21/+21 |
| | | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -0/+1186 |
Signed-off-by: Ben Firshman <ben@firshman.co.uk> |