Skip to content

Instantly share code, notes, and snippets.

@alfg
Created October 27, 2016 04:34
Show Gist options
  • Save alfg/49d4597608080975de07a2bbea2f6ecf to your computer and use it in GitHub Desktop.
Save alfg/49d4597608080975de07a2bbea2f6ecf to your computer and use it in GitHub Desktop.
dcleanup(){
docker rm -v $(docker ps --filter status=exited -q 2>/dev/null) 2>/dev/null
docker rmi $(docker images --filter dangling=true -q 2>/dev/null) 2>/dev/null
}
dcleanup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment