Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Last active March 26, 2016 07:17
Show Gist options
  • Select an option

  • Save crowjdh/3dbfa990a87d5e5ea7ad to your computer and use it in GitHub Desktop.

Select an option

Save crowjdh/3dbfa990a87d5e5ea7ad to your computer and use it in GitHub Desktop.
Method to remove dangling docker volumes in current machine.
Ubuntu:~ Me$ docker volume rm $(docker volume ls -qf dangling=true)
Ref: http://stackoverflow.com/questions/23188932/how-do-i-clean-up-my-docker-host-machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment