summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-08-24 18:29:16 -0600
committerEd Santiago <santiago@redhat.com>2022-08-29 05:37:52 -0600
commitd19438fa6de707290bf12d75ed824491ce2a4aca (patch)
treed326c42065c507dd4dc954f2a2d3c89b42ef7e44 /docs/source/markdown/options
parentcf20e6ed396c536a64c89a28b4e83376cc0987c7 (diff)
downloadpodman-d19438fa6de707290bf12d75ed824491ce2a4aca.tar.gz
podman-d19438fa6de707290bf12d75ed824491ce2a4aca.tar.bz2
podman-d19438fa6de707290bf12d75ed824491ce2a4aca.zip
Man pages: refactor common options: --dns-*
--dns-opt and --dns-search, but only in podman-create and -run. Went with the -run version in both cases; --dns-opt remained unchanged, but in --dns-search I changed 'and' to 'with'. Did not consolidate podman-build or podman-pod-create: too different. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r--docs/source/markdown/options/dns-opt.container.md3
-rw-r--r--docs/source/markdown/options/dns-search.container.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/markdown/options/dns-opt.container.md b/docs/source/markdown/options/dns-opt.container.md
new file mode 100644
index 000000000..ea26fd013
--- /dev/null
+++ b/docs/source/markdown/options/dns-opt.container.md
@@ -0,0 +1,3 @@
+#### **--dns-opt**=*option*
+
+Set custom DNS options. Invalid if using **--dns-opt** with **--network** that is set to **none** or **container:**_id_.
diff --git a/docs/source/markdown/options/dns-search.container.md b/docs/source/markdown/options/dns-search.container.md
new file mode 100644
index 000000000..5a803ba39
--- /dev/null
+++ b/docs/source/markdown/options/dns-search.container.md
@@ -0,0 +1,4 @@
+#### **--dns-search**=*domain*
+
+Set custom DNS search domains. Invalid if using **--dns-search** with **--network** that is set to **none** or **container:**_id_.
+Use **--dns-search=.** if you don't wish to set the search domain.