docker_container: cgroup_parent (#59)

* Document that the Docker SDK for Python is used by the module.

* Allow to specify cgroup_parent for container.
This commit is contained in:
Felix Fontein
2021-01-03 13:30:09 +01:00
committed by GitHub
parent e4b747d788
commit c7a3d9f057
4 changed files with 50 additions and 0 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker_container - support specifying ``cgroup_parent`` (https://github.com/ansible-collections/community.docker/issues/6, https://github.com/ansible-collections/community.docker/pull/59)."