Skip to content

Instantly share code, notes, and snippets.

@krolow
Created September 30, 2015 17:17
Show Gist options
  • Select an option

  • Save krolow/0d0e8e842d9060430682 to your computer and use it in GitHub Desktop.

Select an option

Save krolow/0d0e8e842d9060430682 to your computer and use it in GitHub Desktop.
Docker aliases/bash
docker rm $(docker ps -aq)
docker rm -f $(docker ps -aq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment