Skip to content

Commit

Permalink
Try a full docker system prune
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 12, 2024
1 parent 133708e commit 8a38a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-apps/kind-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ for image in $(find_images .); do
docker image tag $full_name:$REMOTE_TAG $full_name:$KIND_TAG
kind load docker-image -n $CLUSTER_NAME $full_name:$KIND_TAG
# Clean up images to save on disk space
docker image rm -f $(docker image ls $full_name -q)
# docker image rm -f $(docker image ls $full_name -q)
docker system prune -af
done

0 comments on commit 8a38a86

Please sign in to comment.