Docker in docker support end inside AKS cluster.

hamza ali 40 Reputation points
2025-01-16T18:45:02.94+00:00

I have a very unique situation. AKS has ended support for docker in docker and I have an Azure DevOps pipeline. I wanted to use my self-hosted runner on AKS but it doesn't have docker so I could have use ACR task but it uses MS managed infra to build and deploy docker images. I wanted to do everything on my Infrastructure so this I cannot follow. Is there any other way to use docker in this situation. They also don't have the support for docker socket(which is understood).

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
478 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,236 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Akshay kumar Mandha 2,185 Reputation points Microsoft Vendor
    2025-01-16T20:40:10.89+00:00

    Hi hamza ali,
    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here
    Based on your query
    Inside the AKS docker in docker we don't have option support ended
    If you want to build in own infra level another alternative option, you can use VM or physical machine as self-hosted agent in pipeline at that point own infrastructure will be having in our local machine or azure VM or else give it try might be possible in this way
    you use dedicated use node as VM in that can you try use docker installed in that VM use self-hosted agent

    If found you this suggestion is informative, please give it an upvote


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.