diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-25 17:35:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 17:35:52 +0100 |
commit | cd62d372e5195e553abb8d0e4b05c726cb488b02 (patch) | |
tree | 757af6be01afe55b05399f520b8a71294be162b7 /docs | |
parent | b4b78382cd813449497157550a7b0f66adecef91 (diff) | |
parent | 393a8f02612518e9715669d1cf2d7ceb101f5079 (diff) | |
download | podman-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.md | 3 |
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** |