Skip to content

Instantly share code, notes, and snippets.

@nicdoye
Created June 8, 2018 18:40
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 nicdoye/290f00a7bc897613472f893f058d21ff to your computer and use it in GitHub Desktop.
Save nicdoye/290f00a7bc897613472f893f058d21ff to your computer and use it in GitHub Desktop.
Finding a docker image's size
docker inspect openjdk:8-jdk-alpine | jq '.[] | "\(.Size) \(.RepoTags[0])"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment