Docker in docker support end inside AKS cluster.

hamza ali 60 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 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,275 questions
{count} votes

Accepted answer
  1. Akshay kumar Mandha 2,590 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


0 additional answers

Sort by: Most helpful

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.