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?
Use the docker-daemon repository type:
skopeo inspect docker-daemon:myimage:0.0.7