mirror of
https://github.com/containers/podman.git
synced 2025-12-04 12:17:34 +08:00
--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>
5 lines
230 B
Markdown
5 lines
230 B
Markdown
#### **--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.
|