Skip to content

Instantly share code, notes, and snippets.

@wjklos
Last active September 3, 2015 21:13
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 wjklos/c0013bb644826c04c1cc to your computer and use it in GitHub Desktop.
Save wjklos/c0013bb644826c04c1cc to your computer and use it in GitHub Desktop.
Remove all exited Docker images that have a status of 'exited'.
# Run from command line.
docker rm $(docker ps -q -f status=exited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment