mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00

Only between podman-build, create, and run. podman-pod-create is too different. As usual I went with the podman-run version. This means keeping the word "flag" (which should be "option"), for ease of review. I will fix in my in-progress cleanup PR. For podman-build, I removed "during the build" and changed it to a note for that man page only. Signed-off-by: Ed Santiago <santiago@redhat.com>
12 lines
500 B
Markdown
12 lines
500 B
Markdown
#### **--dns**=*ipaddr*
|
|
|
|
Set custom DNS servers.
|
|
|
|
This option can be used to override the DNS
|
|
configuration passed to the container. Typically this is necessary when the
|
|
host DNS configuration is invalid for the container (e.g., **127.0.0.1**). When this
|
|
is the case the **--dns** flag is necessary for every run.
|
|
|
|
The special value **none** can be specified to disable creation of _/etc/resolv.conf_ in the container by Podman.
|
|
The _/etc/resolv.conf_ file in the image will be used without changes.
|