Skip to content

Instantly share code, notes, and snippets.

@sambatlim
Last active December 21, 2020 01:48
Show Gist options
  • Save sambatlim/261dcc1876f1b4b70092e53c1e33ab60 to your computer and use it in GitHub Desktop.
Save sambatlim/261dcc1876f1b4b70092e53c1e33ab60 to your computer and use it in GitHub Desktop.

To remove docker volume

docker volume rm $(docker volume ls -q)

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