Skip to content

Commit

Permalink
Rename master branch to main (containers#634)
Browse files Browse the repository at this point in the history
* Rename master branch to main

Signed-off-by: nishipy <[email protected]>

* Update with new files

Signed-off-by: Sagi Shnaidman <[email protected]>

---------

Signed-off-by: nishipy <[email protected]>
Signed-off-by: Sagi Shnaidman <[email protected]>
Co-authored-by: Sagi Shnaidman <[email protected]>
Signed-off-by: vkhashimoto <[email protected]>
  • Loading branch information
2 people authored and vkhashimoto committed Nov 24, 2024
1 parent 1282fc5 commit 239685d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/modules/podman_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:<name|id> reuse another container's network stack
* host use the podman host network stack.
* <network-name>|<network-id> connect to a user-defined network
* ns:<path> 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:<name|id>) - reuse another container's network stack.
- I(host) - use the podman host network stack.
- I(<network-name>|<network-id>) - connect to a user-defined network.
- I(ns:<path>) - 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:
Expand Down

0 comments on commit 239685d

Please sign in to comment.