Update lib/ansible/modules/cloud/docker/docker_container.py
Co-Authored-By: TimoKramer <4785848+TimoKramer@users.noreply.github.com>
This commit is contained in:
parent
d9135f3960
commit
27dc399885
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue