diff options
author | baude <bbaude@redhat.com> | 2021-01-21 12:04:59 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2021-01-26 12:24:09 -0600 |
commit | 7e88a579558ecc9d08bb76b5bd796b7a5e4137e2 (patch) | |
tree | b9d4b698eba0d8872feb16481c251b6c1e61e687 /docs/source/markdown | |
parent | 8dc389ec5af8218ef9be88224c7befb86c19376c (diff) | |
download | podman-7e88a579558ecc9d08bb76b5bd796b7a5e4137e2.tar.gz podman-7e88a579558ecc9d08bb76b5bd796b7a5e4137e2.tar.bz2 podman-7e88a579558ecc9d08bb76b5bd796b7a5e4137e2.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** |