Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Created March 8, 2023 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralexrdz/6d10685a67754121f9ab10c91a979e3f to your computer and use it in GitHub Desktop.
Save ralexrdz/6d10685a67754121f9ab10c91a979e3f to your computer and use it in GitHub Desktop.
#!/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