This document provides an overview of working with Docker containers on Azure. It begins with an introduction to Docker and containers. It then covers installing Docker, basic Docker commands, building images with Dockerfiles, and deploying containers to Azure services. Specifically, it discusses using Azure Container Registry to store images, Azure Container Instances to deploy standalone containers, and Azure App Service to deploy containerized apps. Examples are provided for common Docker commands and building a sample Node.js app into a container.