Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@reiz
Last active October 14, 2019 15:34
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 reiz/88584f43d3e268a2e01552315974ec7e to your computer and use it in GitHub Desktop.
Save reiz/88584f43d3e268a2e01552315974ec7e to your computer and use it in GitHub Desktop.
Docker cheat sheet
# Removes all dangling Containers
docker rm $(docker ps -q -f status=exited)
docker rmi `docker images -aq`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment