Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Last active April 20, 2020 18:54
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 bobvanluijt/f2a0bc149280ec71b97287b14e9c80a1 to your computer and use it in GitHub Desktop.
Save bobvanluijt/f2a0bc149280ec71b97287b14e9c80a1 to your computer and use it in GitHub Desktop.
Dump those Dockers!
$ docker container rm $(docker container ls -aq) && docker image prune -af
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment