dockerdocker-registryskopeo

Inspect local image with Skopeo


I am able to inspect remote images using Skopeo

skopeo inspect docker://{registry}/{repository}:latest

but I cannot figure out how to run the same on a local image (same as I would do with docker inspect).
Is that possible?


Solution

  • Use the docker-daemon repository type:

    skopeo inspect docker-daemon:myimage:0.0.7