Skip to content

Instantly share code, notes, and snippets.

View wls's full-sized avatar

Walt Stoneburner wls

View GitHub Profile
@wls
wls / keybase.md
Last active August 5, 2016 14:34
keybase.md

Keybase proof

I hereby claim:

  • I am wls on github.
  • I am wls (https://keybase.io/wls) on keybase.
  • I have a public key ASBCH0XtR1AtiRJoizbVd9oQfyHVzKFWuXWyOBOkjBR3QQo

To claim this, I am signing this object:

#!/bin/bash
docker rmi $(docker images -aq)
@wls
wls / DOCKER_removeAllContainers.sh
Last active December 26, 2016 21:57
Remove all Docker containers
docker rm $(docker ps -aq)