summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAshley Cui <ashleycui16@gmail.com>2019-05-29 13:54:38 -0400
committerAshley Cui <ashleycui16@gmail.com>2019-05-29 13:54:38 -0400
commit5d2bd97d5b388fdbe200393ff8c68311353cfcba (patch)
treee79ba457185ddca3dd490d94be38b7fd6848ba00 /docs
parentbc7afd6d71da4173e4894ff352667a25987fa2ea (diff)
downloadpodman-5d2bd97d5b388fdbe200393ff8c68311353cfcba.tar.gz
podman-5d2bd97d5b388fdbe200393ff8c68311353cfcba.tar.bz2
podman-5d2bd97d5b388fdbe200393ff8c68311353cfcba.zip
add dns flags to docs
Added same dns flags from buildah documentation to podman Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-build.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index 4a26c0981..e2769c2a9 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -174,6 +174,18 @@ This is a Docker specific option to disable image verification to a Docker
registry and is not supported by Podman. This flag is a NOOP and provided
soley for scripting compatibility.
+**--dns**=[]
+
+Set custom DNS servers
+
+**--dns-option**=[]
+
+Set custom DNS options
+
+**--dns-search**=[]
+
+Set custom DNS search domains
+
**--file, -f** *Dockerfile*
Specifies a Dockerfile which contains instructions for building the image,