diff options
author | baude <bbaude@redhat.com> | 2021-01-21 12:04:59 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-01-25 08:51:15 -0600 |
commit | 393a8f02612518e9715669d1cf2d7ceb101f5079 (patch) | |
tree | c862d7eb137315cd3efe3f961d8705d8f816d0da /docs/source/markdown | |
parent | 6cef7c78dd5f8e2e8e1fe91bd2c7d1298f7e4df9 (diff) | |
download | podman-393a8f02612518e9715669d1cf2d7ceb101f5079.tar.gz podman-393a8f02612518e9715669d1cf2d7ceb101f5079.tar.bz2 podman-393a8f02612518e9715669d1cf2d7ceb101f5079.zip |
disable dnsname when --internal
when doing a network creation, the dnsname plugin should be disabled
when the --internal bool is set. a warning is displayed if this
happens and docs are updated.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs/source/markdown')
-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** |