Skip to content

Instantly share code, notes, and snippets.

@v0rts
Created December 20, 2021 17:09
Show Gist options
  • Save v0rts/c3617fd177bb59e02c1bd59bfd6ba113 to your computer and use it in GitHub Desktop.
Save v0rts/c3617fd177bb59e02c1bd59bfd6ba113 to your computer and use it in GitHub Desktop.
# <hash> = Docker file system overlay hash value
docker ps -qa | xargs -I{} bash -c "docker inspect {} | grep <hash> && echo {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment