Build a docker image in a self-hosted agent running on Azure Container Instances
How can a self-hosted agent running on Azure Container Instances create a docker image? Even while the question may seem simple, it is difficult. Suppose you’ve already set up a self-hosted agent on an Azure Container Instance (ACR); You run a pipeline with a simple docker image and … you get the below error: Unable to locate executable file: ‘docker’. […]
Read more