diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-07 10:23:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 10:23:26 -0400 |
commit | 5616887f62b4bed1031cdade8bd602bc2cb9d8f4 (patch) | |
tree | 63e764cf61e5ace949ea2cc9ae891e9a47da1b13 /docs/source/markdown/podman-pod-create.1.md | |
parent | aa5cd674aec28ecf207d6982797b1bb000a2b322 (diff) | |
parent | bdbce9bcb1e11a982c38bf917805b714f7d78678 (diff) | |
download | podman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.tar.gz podman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.tar.bz2 podman-5616887f62b4bed1031cdade8bd602bc2cb9d8f4.zip |
Merge pull request #10249 from rhatdan/man1
[CI:DOCS] Add documentation on short-names
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md b/docs/source/markdown/podman-pod-create.1.md index 6f3d7f1ca..701c0edf6 100644 --- a/docs/source/markdown/podman-pod-create.1.md +++ b/docs/source/markdown/podman-pod-create.1.md @@ -82,7 +82,7 @@ Assign a name to the pod. #### **\-\-network**=*mode*, **\-\-net** Set network mode for the pod. Supported values are -- **bridge**: Create a network stack on the default bridge. This is the default for rootful containers. +- **bridge**: Create a network stack on the default bridge. This is the default for rootfull containers. - **host**: Do not create a network namespace, all containers in the pod will use the host's network. Note: the host mode gives the container full access to local system services such as D-bus and is therefore considered insecure. - Comma-separated list of the names of CNI networks the pod should join. - **slirp4netns[:OPTIONS,...]**: use slirp4netns to create a user network stack. This is the default for rootless containers. It is possible to specify these additional options: |