Skip to content

Instantly share code, notes, and snippets.

@Jaid
Created June 29, 2022 06:52
Show Gist options
  • Save Jaid/343ebe5a8f50b20301dd07aaaf16eef8 to your computer and use it in GitHub Desktop.
Save Jaid/343ebe5a8f50b20301dd07aaaf16eef8 to your computer and use it in GitHub Desktop.
Docker purge all
#!/usr/bin/env bash
set -e
set -o errexit
docker system prune --all --force --volumes
docker buildx rm --all-inactive --force
docker buildx prune --all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment