docker inspect <image> includes a field like so: ``` "RepoTags": [ "my-registry.example.com:5000/imageName:tag" ], ``` It would be very useful if the inspect image command exposed this - I think it just needs adding to InspectImageResponse.
docker inspect
includes a field like so:
It would be very useful if the inspect image command exposed this - I think it just needs adding to InspectImageResponse.