Skip to content

Instantly share code, notes, and snippets.

@grodowski
Created October 30, 2015 10:51
Show Gist options
  • Save grodowski/5aba4db5ab2855ada5f8 to your computer and use it in GitHub Desktop.
Save grodowski/5aba4db5ab2855ada5f8 to your computer and use it in GitHub Desktop.
Docker Machine cleanup commands
docker rm `docker ps -a | grep Exited | awk '{print $1 }'`
docker rmi `docker images -aq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment