This approach uses the Azure CLI to push your Docker file and context to the cloud. Then build it, tag…
Month: September 2021
Docker Compose: Basic Example
The docker-compose file below defines one single service called CM. It states which image to use, which PowerShell script to…
Building Docker Images: Using ACR Tasks
With this approach, we create a ACR Task (using Azure CLI), for which we pass parameters detailing: This is then…