Run garbage collection with -f without asking questions (#4147)

This commit is contained in:
Claus Overbeck
2021-06-17 06:26:59 +02:00
committed by GitHub
parent 3ec1b856c7
commit 6f02833d89

View File

@@ -106,7 +106,8 @@ docker_garbage() {
echo "OK, skipped." echo "OK, skipped."
fi fi
else else
echo "Skipped image removal because of force mode." echo "Running image removal without extra confirmation due to force mode."
docker rmi ${IMGS_TO_DELETE[*]}
fi fi
fi fi
echo -e "\e[32mFurther cleanup...\e[0m" echo -e "\e[32mFurther cleanup...\e[0m"