Skip to content

Instantly share code, notes, and snippets.

@Git-I985
Created January 6, 2026 12:12
Show Gist options
  • Select an option

  • Save Git-I985/2397ac71d4da7f98ee6b82152f69576e to your computer and use it in GitHub Desktop.

Select an option

Save Git-I985/2397ac71d4da7f98ee6b82152f69576e to your computer and use it in GitHub Desktop.
Docker stuff
# Cleanup
docker system df -v
docker container prune
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker image prune -a
docker network prune
docker system prune -a
# Cleanup build cache
docker builder prune -a
docker compose down --remove-orphans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment