Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created December 1, 2019 23:24
Show Gist options
  • Save constrict0r/6c544bb8c22ea79255b53a45168e76ee to your computer and use it in GitHub Desktop.
Save constrict0r/6c544bb8c22ea79255b53a45168e76ee to your computer and use it in GitHub Desktop.
Handle Docker volumes
docker volume ls => List all volumes.
docker rm volume_id => Delete volume with id volume_id.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment