From 1afe5315c2dcd8ad8fe32faa1fbe90719fcd0072 Mon Sep 17 00:00:00 2001 From: clecap Date: Mon, 26 Feb 2024 15:34:45 +0100 Subject: [PATCH] MP: --- volumes/full/spec/script-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/full/spec/script-library.sh b/volumes/full/spec/script-library.sh index 5a5e5b1b..ac6d8361 100755 --- a/volumes/full/spec/script-library.sh +++ b/volumes/full/spec/script-library.sh @@ -610,7 +610,7 @@ function cleanUpDocker () { # cleaning up ressources to have a good fresh start; docker ps -a | grep '${CONTAINER}' && docker rm -f '${LAP_CONTAINER}' || printf "Container ${CONTAINER} was not found when attempting to remove \n" printf " DONE removing container ${CONTAINER}\n\n" - docker system prune + docker system prune --force --all printf " ** Attempting to volume ${CONTAINER}, if it exists \n" docker volume ls | grep '${VOLUME}' && docker volume rm '${VOLUME}' || printf "Volume ${VOLUME} was not found when attempting to remove \n"