Challenge 02 - The Azure Container Registry
September 29, 2022 ยท View on GitHub
< Previous Challenge - Home - Next Challenge >
Introduction
Azure Container Registry is a managed registry service based on the open-source Docker Registry 2.0. You can create and maintain Azure container registries to store and manage your container images and related artifacts.
You can use Azure container registries with your existing container development and deployment pipelines, or use Azure Container Registry Tasks to build container images in Azure. Build on demand, or fully automate builds with triggers such as source code commits and base image updates.
Choose Your Path!
Attention Attendee: Your coach will advise you on the path to take with this challenge on Azure Container Registry.
ACR Path A
- Deploy the containers you created in Challenge 1
ACR Path B
- Use ACR to build containers from source code using a provided Dockerfile.
ACR Path C
- Import pre-built containers provided by your coach into ACR
Learning Resources
Learn more about Docker and Registry concepts by reviewing these resources: