Last active
October 31, 2017 19:35
-
-
Save MarcoWorms/5225d7109454f751dc4871a571975a22 to your computer and use it in GitHub Desktop.
Alias to explode docker on fish
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
alias fuck-docker docker-compose down --remove-orphans; and docker rm $(docker ps -a -q) -f; and docker containers prune; and docker system prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment