aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-29 21:39:32 +0200
committerGitHub <noreply@github.com>2019-05-29 21:39:32 +0200
commitc871653e195d8051ddfb899c2b73cc95de8e6443 (patch)
treeab3c3b7081e301e513a49b0d60d49fd4fb71e614 /docs
parent8422503f4311555ecb799449b371ad1600a8020f (diff)
parent5d2bd97d5b388fdbe200393ff8c68311353cfcba (diff)
downloadpodman-c871653e195d8051ddfb899c2b73cc95de8e6443.tar.gz
podman-c871653e195d8051ddfb899c2b73cc95de8e6443.tar.bz2
podman-c871653e195d8051ddfb899c2b73cc95de8e6443.zip
Merge pull request #3230 from ashley-cui/dnsdoc
add dns flags to docs
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,