community.general/lib/ansible/modules/cloud/docker
Akshay Gaikwad 597e449afe Support for pids_limit parameter in docker_container module (#49319)
* Support for pids_limit parameter in docker_container module

This add pids_limit parameter support in docker_container module

Fixes #43337

Signed-off-by: Akshay <akshay@localhost.localdomain>

* Add changelog for pids_limit parameter

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* Remove unnecessary lines of code

The map is needed if the names are different.

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>

* Update pids_limit option tests

It also run for docker-py < 1.10.0

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2018-12-03 11:22:43 +00: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_config.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_container.py Support for pids_limit parameter in docker_container module (#49319) 2018-12-03 11:22:43 +00:00
docker_container_facts.py Add docker_container_facts module. (#48062) 2018-11-06 15:08:28 +00:00
docker_image.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_image_facts.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_login.py docker_* modules: unify docker module version checks (#47046) 2018-10-18 10:51:58 +01:00
docker_network.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00
docker_prune.py docker_* tests: check API version (#48620) 2018-11-19 10:01:40 +00:00
docker_secret.py docker_* modules: simplify idempotency comparisons (#47709) 2018-10-30 08:50:34 +00:00
docker_service.py docker_* modules: updating argument_spec (#48491) 2018-11-12 11:33:42 +00: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: updating argument_spec (#48491) 2018-11-12 11:33:42 +00:00
docker_swarm_service.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00
docker_volume.py docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00