summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-25 17:35:52 +0100
committerGitHub <noreply@github.com>2021-01-25 17:35:52 +0100
commitcd62d372e5195e553abb8d0e4b05c726cb488b02 (patch)
tree757af6be01afe55b05399f520b8a71294be162b7 /docs
parentb4b78382cd813449497157550a7b0f66adecef91 (diff)
parent393a8f02612518e9715669d1cf2d7ceb101f5079 (diff)
downloadpodman-cd62d372e5195e553abb8d0e4b05c726cb488b02.tar.gz
podman-cd62d372e5195e553abb8d0e4b05c726cb488b02.tar.bz2
podman-cd62d372e5195e553abb8d0e4b05c726cb488b02.zip
Merge pull request #9057 from baude/dnsnameinternal
disable dnsname when --internal
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-network-create.1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md
index 16e4e3bdb..2fafd1e31 100644
--- a/docs/source/markdown/podman-network-create.1.md
+++ b/docs/source/markdown/podman-network-create.1.md
@@ -41,7 +41,8 @@ Define a gateway for the subnet. If you want to provide a gateway address, you m
#### **--internal**
-Restrict external access of this network
+Restrict external access of this network. Note when using this option, the dnsname plugin will be
+automatically disabled.
#### **--ip-range**