Skip to content

Instantly share code, notes, and snippets.

@nicoavila
Created March 18, 2020 16:23
Show Gist options
  • Save nicoavila/f91807c9a9eb5edc6aa01262f61b8fb9 to your computer and use it in GitHub Desktop.
Save nicoavila/f91807c9a9eb5edc6aa01262f61b8fb9 to your computer and use it in GitHub Desktop.
Remove dangling volumes Docker

LISTS DANGLING VOLUMES

docker volume ls -qf dangling=true

REMOVE DANGLING VOLUMES

docker volume rm $(docker volume ls -qf dangling=true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment