Skip to content

Instantly share code, notes, and snippets.

@rdnt
Last active May 4, 2022 14:05
Show Gist options
  • Save rdnt/b8bea71d2c980f75a152a463659324d0 to your computer and use it in GitHub Desktop.
Save rdnt/b8bea71d2c980f75a152a463659324d0 to your computer and use it in GitHub Desktop.
nukefromorbit
alias nukefromorbit="docker kill \$(docker ps -q); docker rm \$(docker ps -a -q)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment