How to build and deploy Docker containers to Azure Container Instances
Learn how to build Docker images from your apps, publish them to ACR, and deploy to ACI.
How to speed up building Docker images
Learn how to properly structure Docker layers in the Dockerfile, reduce the weight of the Docker image, and automate building images with pipelines.