Add deletion of anonymous volumes associated with the container

This commit is contained in:
Laurent Indermuehle 2023-03-03 14:25:09 +01:00
parent 2e1fbcd4cf
commit cfa6b382aa
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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