93335/how-to-import-image-from-docker-hub-private-registry-in-azure
Hi Team,
I have created one Docker registry. I want to import an image from Docker Hub to the private registry in Azure. How can I do that?
Hi@akhtar,
You can import any image from Docker Hub to your private registry. The following command can be used to do the task.
$ az acr import -n MyRegistry --source docker.io/library/hello-world:latest -t targetrepository:targettag
Azure IoT Hub comes with 3 SDK's: Service SDK Device ...READ MORE
From the Windows Azure Portal you can ...READ MORE
You don't need to create a custom ...READ MORE
Hi@akhtar, To run a container, you need an ...READ MORE
Azure Cloud Services is an example of ...READ MORE
Azure DevOps is a hosted service providing ...READ MORE
Azure Stack is a hybrid cloud computing software solution ...READ MORE
Azure Cosmos DB is Microsoft’s globally distributed database ...READ MORE
Hi@akhtar, Sometimes we need to create a custom ...READ MORE
H@akhtar, You can use Docker to run a ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.