mirror of
https://github.com/containers/podman.git
synced 2025-05-24 02:27:00 +08:00
enable dnsplugin for network create
when users create a new network and the dnsname plugin can be found by podman, we will enable container name resolution on the new network. there is an option to opt *out* as well. tests cannot be added until we solve the packaging portion of the dnsname plugin. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -15,6 +15,11 @@ If no options are provided, Podman will assign a free subnet and name for your n
|
||||
Upon completion of creating the network, Podman will display the path to the newly added network file.
|
||||
|
||||
## OPTIONS
|
||||
**--disable-dns**
|
||||
|
||||
Disables the DNS plugin for this network which if enabled, can perform container to container name
|
||||
resolution.
|
||||
|
||||
**-d**, , **--driver**
|
||||
|
||||
Driver to manage the network (default "bridge"). Currently on `bridge` is supported.
|
||||
|
Reference in New Issue
Block a user