I know that I can pull a docker image locally and use docker image inspect
to get details about the image details in the ContainerConfig
section.
I am looking for a way to get the Dockerfile of an image hosted in Docker Hub without pulling the image locally.
For example, consider this image:
https://hub.docker.com/r/kodekloud/throw-dice
How can I see its Dockerfile without pulling its image locally?