Created
October 21, 2015 03:24
-
-
Save andyshinn/49f7dca604cbb998055c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker() { if [[ "$@" == "bankruptcy" ]]; then command docker rm -f $(docker ps -a -q); docker rmi -f $(docker images -a -q); else command docker "$@"; fi } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment