Skip to content

Commit

Permalink
MP:
Browse files Browse the repository at this point in the history
  • Loading branch information
clecap committed Feb 26, 2024
1 parent b8b86f5 commit 1afe531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volumes/full/spec/script-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1afe531

Please sign in to comment.