summaryrefslogtreecommitdiff
path: root/tests/integration/api_container_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for auto_remove in HostConfigautoremove_supportJoffrey F2017-01-251-0/+12
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-4/+4
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-4/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow custom PID mode for the containerStepan Stipl2016-11-281-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 APIClientBen Firshman2016-11-221-21/+21
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+1186
Signed-off-by: Ben Firshman <ben@firshman.co.uk>