Skip to content

Instantly share code, notes, and snippets.

@omerh
Created March 23, 2020 07:42
Show Gist options
  • Save omerh/f4b4eccfc9da776d23a3756bb54e23df to your computer and use it in GitHub Desktop.
Save omerh/f4b4eccfc9da776d23a3756bb54e23df to your computer and use it in GitHub Desktop.
Docker cleanup
docker ps -aq | xargs docker rm -f
docker system prune --all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment