Update lib/ansible/modules/cloud/docker/docker_container.py

Co-Authored-By: TimoKramer <4785848+TimoKramer@users.noreply.github.com>
pull/49005/head
Felix Fontein 6 years ago committed by ansibot
parent d9135f3960
commit 27dc399885

@ -352,7 +352,7 @@ options:
- Connect the container to a network. Choices are "bridge", "host", "none" or "container:<name|id>" - Connect the container to a network. Choices are "bridge", "host", "none" or "container:<name|id>"
userns_mode: userns_mode:
description: 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" version_added: "2.5"
networks: networks:
description: description:

Loading…
Cancel
Save