I’ve never worked with cloud profiles on TeamCity and have a question regarding the Docker build runner...
I’ve got a TC agent pool running containers an Azure Container Instances. I’d like to use the agents in this pool to run Docker build and push commands with the TC Docker runner but this obviously requires Docker to be installed on the agent.
How have people got round this? Docker in Docker?
Thanks!