community.general/lib/ansible/modules/cloud/docker
Felix Fontein 1dcf52c8fe docker_container: improving idempotency (#44808)
* Only handle cpu_shares, volume_driver, auto_remove as in _host_config().

* Don't compare log_options (resp restart_retries) if log_driver (resp restart_policy) is not specified.

* Warn that log_options (resp restart_retries) is ignored if log_driver (resp restart_policy) is not specified.
2018-08-29 21:07:32 -04: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: improving idempotency (#44808) 2018-08-29 21:07:32 -04:00
docker_image.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_image_facts.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_login.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
docker_network.py Clarify that uninstalling docker-py can break docker (and vice versa). (#43238) 2018-08-28 17:53:43 +01:00
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_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 New module: docker_swarm_service (#19229) 2018-08-24 15:40:40 -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