Skip to content

Instantly share code, notes, and snippets.

@allomov
Created April 22, 2015 09:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allomov/7cc2a6cc91eb1c58b3e1 to your computer and use it in GitHub Desktop.
Save allomov/7cc2a6cc91eb1c58b3e1 to your computer and use it in GitHub Desktop.
docker rm `docker ps --no-trunc -aq`
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}")
@allomov
Copy link
Author

allomov commented Apr 22, 2015

curl -H "Content-Type: application/json" -X POST -d '{"method":"ping","arguments":[],"reply_to":"352b5ff6-0125-4086-7f88-d754cb172972"}' https://mbus-user:mbus-password@204.151.197.x:6868/agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment