Save container to tarball, unpack it and inspect manifest.json to know what should be inspected next.
Command Reference:
Output: Output tarball
Image: Image to use
Command:docker save -o <output>.tar <image> && tar -xvf <output>.tar && cd <output> && cat manifest.json | jq