Prashant Khandelwal

Prashant Khandelwal's .NET Blog

.NET programming and more

  • Rated2.2/ 5
  • Updated 1 Year Ago

How to Create and Push your Docker images to Azure Container Registry

Updated 1 Year Ago

Docker Hub or GitHub Container Registry also known as ghcr.io is a go to platform for most of the OSS developers and teams to host their Docker images. These platforms are free for open-source software, but you might need to upgrade from the free plan to use a paid plan so that your docker image is only available for your infrastructure use and not for public use. Azure provides Container Registry service where you can host your Docker images with ease and use the same docker pull and run command to pull and run the container on your machine, or you can also use these images to create containers when provisioning a new Web App which uses containers or with Azure Kubernetes Service (AKS).
Read More