Skip to content

Instantly share code, notes, and snippets.

@niclashoyer
Created March 27, 2014 18:52
docker snippets
# get volumes for a container
docker inspect $container | jq '.[].Volumes|to_entries[].key'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment