Skip to content

Instantly share code, notes, and snippets.

@jake-low
Created April 5, 2015 18:49
Show Gist options
  • Save jake-low/99fbfeb70adb39474444 to your computer and use it in GitHub Desktop.
Save jake-low/99fbfeb70adb39474444 to your computer and use it in GitHub Desktop.
#!/bin/fish
docker stop (docker ps -a -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