This commit is contained in:
Heavybullets8
2022-07-28 13:50:34 -06:00
parent ca8d3f5b4e
commit 88e047e56a
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ done
export -f sync
prune(){
echo -e "\n\n🄳 🄾 🄲 🄺 🄴 🅁 🄿 🅁 🅄 🄽 🄴"
echo -e "\n\n🄿 🅁 🅄 🄽 🄴"
echo "Pruned Docker Images"
docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images"
}