27
Jul
Hi everyone, in today’s post we’re going to talk about Azure Container Registry, a great alternative to Docker Hub for storing both public and private images and artifacts. We’ll also learn how to use Azure CLI and Docker CLI for creating and uploading Docker images. What is Azure Container Registry? It's a service for storing and managing images and artifacts, based on Docker Registry technology. Azure Container Registry supports OCI distribution, which is a vendor-agnostic specification responsible for enabling the storage, sharing, and protection of artifacts and images. What are Artifacts? Artifacts are objects used by a process, such as…