1
0
Fork 0
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:
Timo Kramer 2019-01-23 13:57:27 +01:00 committed by ansibot
parent 50b40c47df
commit d9135f3960

View file

@ -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: