Last active
August 8, 2019 20:41
-
-
Save kunle/4b17f87e3d0154242c0f296c5c099b4e to your computer and use it in GitHub Desktop.
Some docker commands
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
#list all volumes with detail information, helpful to know when to remove or prune unused volumes | |
docker volume inspect $(docker volume ls | awk '{print $2}' | paste -sd " " -) | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment