diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-09-15 14:45:55 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-09-16 06:14:35 -0400 |
commit | 21841dc381f252d447a00e2d4ca5082a5e80d0f7 (patch) | |
tree | c906f734036a8be65503699f1a8a0d1064b24dbd /docs/source/markdown/podman-pod-create.1.md.in | |
parent | 4ba6ee306088a4d322fe28f292bf5d5c4d17b778 (diff) | |
download | podman-21841dc381f252d447a00e2d4ca5082a5e80d0f7.tar.gz podman-21841dc381f252d447a00e2d4ca5082a5e80d0f7.tar.bz2 podman-21841dc381f252d447a00e2d4ca5082a5e80d0f7.zip |
Default to --dns-option to match Docker and Buildah
[NO NEW TESTS NEEDED] Existing tests cover this.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-pod-create.1.md.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-pod-create.1.md.in b/docs/source/markdown/podman-pod-create.1.md.in index 7700f5e62..fdae1d249 100644 --- a/docs/source/markdown/podman-pod-create.1.md.in +++ b/docs/source/markdown/podman-pod-create.1.md.in @@ -60,7 +60,7 @@ Note: the pod implements devices by storing the initial configuration passed by Set custom DNS servers in the /etc/resolv.conf file that will be shared between all containers in the pod. A special option, "none" is allowed which disables creation of /etc/resolv.conf for the pod. -#### **--dns-opt**=*option* +#### **--dns-option**=*option* Set custom DNS options in the /etc/resolv.conf file that will be shared between all containers in the pod. @@ -119,7 +119,7 @@ Assign a name to the pod. #### **--network**=*mode*, **--net** -Set the network mode for the pod. Invalid if using **--dns**, **--dns-opt**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_. +Set the network mode for the pod. Invalid if using **--dns**, **--dns-option**, or **--dns-search** with **--network** that is set to **none** or **container:**_id_. Valid _mode_ values are: |