Created
March 8, 2023 19:08
-
-
Save ralexrdz/6d10685a67754121f9ab10c91a979e3f to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
# requires jq and docker | |
docker inspect $(docker ps -qa) | jq -r 'map([.Name, .GraphDriver.Data.MergedDir]) | .[] | "\(.[0])\t\(.[1])"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment