Skip to content

Instantly share code, notes, and snippets.

@hvalls
Last active October 20, 2016 06:37
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 hvalls/ee72265e947b9194f031 to your computer and use it in GitHub Desktop.
Save hvalls/ee72265e947b9194f031 to your computer and use it in GitHub Desktop.
Docker: Useful commands
docker rm -v $(docker ps -aq -f status=exited) //remove exited containers
docker volume rm $(docker volume ls -qf dangling=true) //remove dangling volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment