diff --git a/plugins/modules/podman_container.py b/plugins/modules/podman_container.py index 785fb2c0..d754a076 100644 --- a/plugins/modules/podman_container.py +++ b/plugins/modules/podman_container.py @@ -736,15 +736,15 @@ - mounts network: description: - - Set the Network mode for the container - * bridge create a network stack on the default bridge - * none no networking - * container: reuse another container's network stack - * host use the podman host network stack. - * | connect to a user-defined network - * ns: path to a network namespace to join - * slirp4netns use slirp4netns to create a user network stack. - This is the default for rootless containers + - Set the Network mode for the container. + - I(bridge) - create a network stack on the default bridge. + - I(none) - no networking. + - I(container:) - reuse another container's network stack. + - I(host) - use the podman host network stack. + - I(|) - connect to a user-defined network. + - I(ns:) - path to a network namespace to join. + - I(slirp4netns) - use slirp4netns to create a user network stack. + This is the default for rootless containers. type: list elements: str aliases: