mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update lib/ansible/modules/cloud/docker/docker_container.py
Co-Authored-By: TimoKramer <4785848+TimoKramer@users.noreply.github.com>
This commit is contained in:
@@ -352,7 +352,7 @@ options:
|
||||
- Connect the container to a network. Choices are "bridge", "host", "none" or "container:<name|id>"
|
||||
userns_mode:
|
||||
description:
|
||||
- Set the usernamespace mode for the container. Only valid value is "host".
|
||||
- Set the user namespace mode for the container. Currently, the only valid value is C(host).
|
||||
version_added: "2.5"
|
||||
networks:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user