mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
description updated to mention valid value
The only valid value for userns_mode on docker run command is "host". This should be mentioned in description because it is hard to find in docker documentation as well: https://github.com/docker/docker.github.io/issues/7071
This commit is contained in:
parent
50b40c47df
commit
d9135f3960
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:
|
||||
- User namespace to use
|
||||
- Set the usernamespace mode for the container. Only valid value is "host".
|
||||
version_added: "2.5"
|
||||
networks:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue