From fbe4552a55ca0974b2cebcbb142a0b463bb9ae51 Mon Sep 17 00:00:00 2001 From: nishipy <41185206+nishipy@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:11:54 +0900 Subject: [PATCH] Rename master branch to main (#634) * Rename master branch to main Signed-off-by: nishipy * Update with new files Signed-off-by: Sagi Shnaidman --------- Signed-off-by: nishipy Signed-off-by: Sagi Shnaidman Co-authored-by: Sagi Shnaidman 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 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: