From cfa6b382aa9061eb76ff1559bb529884b31189ec Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 3 Mar 2023 14:25:09 +0100 Subject: [PATCH] Add deletion of anonymous volumes associated with the container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f332c9..a94ffd8 100644 --- a/Makefile +++ b/Makefile @@ -76,5 +76,5 @@ test-integration: rm tests/integration/ansible ifndef keep_containers_alive podman stop --time 0 --ignore primary replica1 replica2 - podman rm --ignore primary replica1 replica2 + podman rm --ignore --volumes primary replica1 replica2 endif