Created
December 1, 2019 23:24
-
-
Save constrict0r/6c544bb8c22ea79255b53a45168e76ee to your computer and use it in GitHub Desktop.
Handle Docker volumes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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