From 100086a276fc188e4e7cc32211cc815327f3e2e5 Mon Sep 17 00:00:00 2001 From: westey <164392973+westey-m@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:18:46 +0000 Subject: [PATCH] Add docker-in-docker feature to dev container (#4794) --- .devcontainer/dotnet/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/dotnet/devcontainer.json b/.devcontainer/dotnet/devcontainer.json index 57bf3b4a11..4e13f9827b 100644 --- a/.devcontainer/dotnet/devcontainer.json +++ b/.devcontainer/dotnet/devcontainer.json @@ -3,6 +3,7 @@ "image": "mcr.microsoft.com/devcontainers/dotnet", "features": { "ghcr.io/devcontainers/features/azure-cli:1.2.9": {}, + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/github-cli:1": { "version": "2" },