diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-26 21:25:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 21:25:41 +0100 |
commit | 4dbb58d63759ab1019b55bc50816e30361715d8b (patch) | |
tree | be80cc0a82aa12d65a3f99f8fcde9200782b3590 /docs | |
parent | dc2f4c63ef28d511106a926f16ed2b691aeac338 (diff) | |
parent | 7e88a579558ecc9d08bb76b5bd796b7a5e4137e2 (diff) | |
download | podman-4dbb58d63759ab1019b55bc50816e30361715d8b.tar.gz podman-4dbb58d63759ab1019b55bc50816e30361715d8b.tar.bz2 podman-4dbb58d63759ab1019b55bc50816e30361715d8b.zip |
Merge pull request #9107 from baude/v3backportdnsnameinternal
[3.0] 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** |