Skip to content

Instantly share code, notes, and snippets.

@cokeSchlumpf
Last active September 6, 2016 09:12
Show Gist options
  • Save cokeSchlumpf/8789f2987c766ed1ff95e81edc760fed to your computer and use it in GitHub Desktop.
Save cokeSchlumpf/8789f2987c766ed1ff95e81edc760fed to your computer and use it in GitHub Desktop.
docker ps -a | grep 'Exited' | grep -v 'build-dvc' | awk '{print $1}' | xargs docker rm -v || true
docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi || true
docker volume ls | grep local | awk '{print $2}' | xargs docker volume rm || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment