Skip to content

Instantly share code, notes, and snippets.

@jhrr
Last active March 1, 2019 01:19
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 jhrr/26e349503d2664d2a0aef117b2c0cd3b to your computer and use it in GitHub Desktop.
Save jhrr/26e349503d2664d2a0aef117b2c0cd3b to your computer and use it in GitHub Desktop.
$ docker-compose down
$ docker volume rm $(docker volume ls -qf dangling=true)
$ docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment