From 239685d0e764689e8b768953946fe8f87cc04e8b 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/modules/podman_container.py b/plugins/modules/podman_container.py index 785fb2c0..14b6b754 100644 --- a/plugins/modules/podman_container.py +++ b/plugins/modules/podman_container.py @@ -737,14 +737,14 @@ 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 + - 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: