Skip to content

Instantly share code, notes, and snippets.

@MarcoWorms
Last active October 31, 2017 19:35
Show Gist options
  • Save MarcoWorms/5225d7109454f751dc4871a571975a22 to your computer and use it in GitHub Desktop.
Save MarcoWorms/5225d7109454f751dc4871a571975a22 to your computer and use it in GitHub Desktop.
Alias to explode docker on fish
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