Skip to content

Instantly share code, notes, and snippets.

@phoenixthrush
Created January 2, 2026 17:54
Show Gist options
  • Select an option

  • Save phoenixthrush/cdfcbcfffe52c6737f6b2b7a37ef505f to your computer and use it in GitHub Desktop.

Select an option

Save phoenixthrush/cdfcbcfffe52c6737f6b2b7a37ef505f to your computer and use it in GitHub Desktop.
Clean up all unused Docker resources, including stopped containers, unused images, networks, and volumes #Docker
#/bin/env bash
docker system prune -a --volumes --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment