Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Created February 6, 2017 10:51
Show Gist options
  • Save jyhsu2000/4f24cdca52f412aa2f2189876728f7d5 to your computer and use it in GitHub Desktop.
Save jyhsu2000/4f24cdca52f412aa2f2189876728f7d5 to your computer and use it in GitHub Desktop.
清除殘留的DockerVolume
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