Skip to content

Instantly share code, notes, and snippets.

@andriimartynov
Created September 4, 2022 06:46
Show Gist options
  • Save andriimartynov/4778dfac74713ded490fd80b76beac27 to your computer and use it in GitHub Desktop.
Save andriimartynov/4778dfac74713ded490fd80b76beac27 to your computer and use it in GitHub Desktop.
cleanup builder, images and volumes
docker image prune -a --filter "until=48h" -f && docker builder prune -f && docker volume prune -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment