Skip to content

Instantly share code, notes, and snippets.

@vonhraban
Last active February 25, 2019 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonhraban/5fc084e7f7c99ed16d721309701df427 to your computer and use it in GitHub Desktop.
Save vonhraban/5fc084e7f7c99ed16d721309701df427 to your computer and use it in GitHub Desktop.
alias fuckdock="docker stop -f $(docker ps -aq); docker rm -f $(docker ps -aq); docker rmi -f $(docker images -aq); docker system prune -a -f --volumes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment