community.general/lib/ansible/modules/cloud/docker
Suzuki Shunsuke 38c86b7eef Add 'init' option to docker_container module to support docker's `--init` option (#34547)
* Add support for `--init` option to `docker_container` module

Fixes #30761

* Validate docker API's version when docker_container's init option is True

https://github.com/ansible/ansible/pull/34547#pullrequestreview-122355244
https://docs.docker.com/engine/reference/commandline/run/#options

init option requires docker API 1.25+ .

* Fix failure of sanity test
2018-05-24 12:55:16 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_docker.py Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
docker_container.py Add 'init' option to docker_container module to support docker's `--init` option (#34547) 2018-05-24 12:55:16 -05:00
docker_image.py docker_image: Fix idempotency of pull (#31956) 2018-04-25 12:58:29 -04:00
docker_image_facts.py Remove me from botmeta (#39263) 2018-04-24 19:55:04 -04:00
docker_login.py Remove me from botmeta (#39263) 2018-04-24 19:55:04 -04:00
docker_network.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
docker_secret.py Fix documentation fragments for docker (#38378) 2018-04-17 08:51:56 -07:00
docker_service.py Fix shebangs and file modes and update tests. (#40563) 2018-05-22 14:25:36 -07:00
docker_volume.py Fix error when there are no docker volumes present yet (#28145) 2017-10-30 15:53:08 -04:00