2

Creating Docker Containers on Azure

Containers are a standard way of packaging application source code, dependencies, and configuration together so that it can be deployed anywhere without worrying about the dependencies and their versions. Docker is a company that offers a container platform. In this chapter, we will learn about Docker basics, how to create a Docker image, how to configure a private Docker registry, and finally, how to configure continuous integration (CI) and continuous deployment (CD) with a container registry. In later chapters, we will learn about Azure Container Apps and Azure Kubernetes Service (AKS) services that use Docker images and help us deploy Docker images at scale.

In this chapter, we’re going to cover the ...

Get A Developer's Guide to .NET in Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.