I have created Azure Container Registry and deployed sample image "hello-world", I have requirement to read the labels under the tags for hello-world image, for example if I have a tag called "v1", how I can pull label information, How to call this command "docker pull testacr.azurecr.io/hello-world:v1" using .NET SDK Library
Basically my question how to call "docker pull" command from .Net Core SDK ?
Any .Net SDK available for calling "docker pull"