Skip to content

Instantly share code, notes, and snippets.

@rawlingsj
Created October 28, 2014 16:11
Show Gist options
  • Save rawlingsj/0a3344a4fecdb557b0f7 to your computer and use it in GitHub Desktop.
Save rawlingsj/0a3344a4fecdb557b0f7 to your computer and use it in GitHub Desktop.
setup.sh
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
$(docker run sequenceiq/socat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment