From b94ea07265045f447572c264ef62e7960f484b58 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 9 Sep 2019 15:37:35 -0500 Subject: enhance podman network rm when removing a podman network, we need to make sure we delete the network interface if one was ever created (by running a container). also, when removing networks, we check if any containers are using the network. if they are, we error out unless the user provides a 'force' option which will remove the containers in question. Signed-off-by: baude --- completions/bash/podman | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 041703810..4bc387871 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1032,6 +1032,8 @@ _podman_network_rm() { local options_with_args=" " local boolean_options=" + --force + -f --help -h " -- cgit v1.2.3-54-g00ecf