How to inspect image manifest without pulling image #799
Unanswered
kiranpradeep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to get individual layer size without pulling the image first [1]. In terminal, I can run
docker manifest inspect
, but I could not find an equivalent in dockerode. Kindly guide.Background if helpful: I am trying to do download progress reporting while pulling image using
docker.modem.followProgress()
. This reports layer size of individual layers. But if layer is already cached, it directly reports 'Download complete' with layer id, but without layer size information. So I am trying to get layer size beforehand.[1] https://stackoverflow.com/a/78381312
Beta Was this translation helpful? Give feedback.
All reactions