From 2f6b8b94e87bb3645d34e59dd3b748dba4aa4d2c Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 3 Oct 2019 15:22:40 -0500 Subject: 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 --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 2a55183bd..0abf9e738 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -982,6 +982,7 @@ _podman_network_create() { --subnet " local boolean_options=" + --disable-dns --help -h --internal -- cgit v1.2.3-54-g00ecf