Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save motowilliams/ab6687513df7d1e872ddecb852b6274a to your computer and use it in GitHub Desktop.
Save motowilliams/ab6687513df7d1e872ddecb852b6274a to your computer and use it in GitHub Desktop.
Dump Docker Layers Hashes to File
docker image inspect IMAGE_NAME | jq .[0].RootFS.Layers | awk '{print " # "$$0}' | tee -a IMAGE_NAME.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment