summaryrefslogtreecommitdiff
path: root/tests/integration/api_container_test.py
Commit message (Expand)AuthorAgeFilesLines
* init_path removed in Engine 17.05init_path_removedJoffrey F2017-05-091-0/+1
* Move LinksTest to appropriate fileJoffrey F2017-03-091-0/+42
* Add init_path parameter to container HostConfigTomasz Madycki2017-03-011-0/+12
* Add init parameter to container HostConfigTomasz Madycki2017-03-011-0/+12
* Update assert in test_create_with_restart_policyBoaz Shuster2017-03-011-1/+1
* Add xfail mark to storageopt testJoffrey F2017-02-151-4/+5
* Merge pull request #1459 from shin-/1300-storageoptsJoffrey F2017-02-151-0/+16
|\
| * Add support for storage_opt in host_configJoffrey F2017-02-151-0/+16
* | Add prune_containers methodJoffrey F2017-01-301-0/+14
|/
* Add stop_timeout to create_containerJoffrey F2017-01-271-0/+9
* Add support for auto_remove in HostConfigautoremove_supportJoffrey F2017-01-251-0/+12
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-4/+4
* Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-4/+0
* Allow custom PID mode for the containerStepan Stipl2016-11-281-3/+0
* Split out base integration test for APIClientBen Firshman2016-11-221-21/+21
* Rename Client to APIClientBen Firshman2016-11-221-0/+1186