Skip to content

Instantly share code, notes, and snippets.

@denise-sanders
Created August 11, 2016 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denise-sanders/a73b7c4e232ebebd5dd2195dbacf2b3f to your computer and use it in GitHub Desktop.
Save denise-sanders/a73b7c4e232ebebd5dd2195dbacf2b3f to your computer and use it in GitHub Desktop.
docker rmi $(docker images | grep "^<none>" | awk "{print $3}")
hella useful: docker exec -it <container> bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment