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
pull/49005/head
Timo Kramer 6 years ago committed by ansibot
parent 50b40c47df
commit d9135f3960

@ -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…
Cancel
Save