community.general/lib/ansible/modules/cloud/docker
Remo Wenger 83e584577a docker_container: ambiguous parameter "stop_timeout" (#43874)
* docker_container: Honour stop_timeout when creating docker containers (#43814)

* Adjusting description to what actually happens.

See docker-py changelog for 2.7.0: 'APIClient.stop will
no longer override the stop_timeout value present in the
container’s configuration.'

* Add a test whether stop_timeout can be configured for the container.

* Added changelog.

* Integrate with comparisons (by default, ignore stop_timeout value for restarts; will be configurable with PR ansible/ansible#44789).

* Fix config change code and tests (#2)

* Improving wildcard test.
* Using correct config.
2018-09-30 12:03:53 +01:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Fixup removed and deprecated modules 2018-08-24 15:37:13 -07:00
docker_container.py docker_container: ambiguous parameter "stop_timeout" (#43874) 2018-09-30 12:03:53 +01:00
docker_image.py docker-py: bump minimal version to 1.8.0 (#46134) 2018-09-26 11:58:32 +05:30
docker_image_facts.py docker-py: bump minimal version to 1.8.0 (#46134) 2018-09-26 11:58:32 +05:30
docker_login.py docker-py: bump minimal version to 1.8.0 (#46134) 2018-09-26 11:58:32 +05:30
docker_network.py docker-py: bump minimal version to 1.8.0 (#46134) 2018-09-26 11:58:32 +05:30
docker_secret.py Docker modules: improve documentation on docker vs. docker-py Python package requirements (#42457) 2018-07-11 17:57:39 -04:00
docker_service.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_stack.py New module: add docker_stack module (clound/docker/docker_stack) (#24588) 2018-09-18 09:54:44 +01:00
docker_swarm.py Docker modules: improve documentation on docker vs. docker-py Python package requirements (#42457) 2018-07-11 17:57:39 -04:00
docker_swarm_service.py Fix python 3 compatibility for network id lookup (#45467) 2018-09-11 15:45:42 -04:00
docker_volume.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00