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
_docker.py
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_facts.py
docker_login.py
docker_network.py
docker_secret.py
docker_service.py Fix shebangs and file modes and update tests. (#40563) 2018-05-22 14:25:36 -07:00
docker_volume.py