From 1ae8a1c6962b99b3ed2d43bb2e33efb663e7b5a4 Mon Sep 17 00:00:00 2001 From: vkhashimoto Date: Sun, 24 Nov 2024 14:12:35 -0300 Subject: [PATCH] docs(podman_container): improve comments on network property Signed-off-by: vkhashimoto --- plugins/modules/podman_container.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/modules/podman_container.py b/plugins/modules/podman_container.py index 785fb2c..d754a07 100644 --- a/plugins/modules/podman_container.py +++ b/plugins/modules/podman_container.py @@ -736,15 +736,15 @@ options: - 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: