From c988170709e0d23c52ef0025b59d178c3ddb9eb3 Mon Sep 17 00:00:00 2001 From: westey <164392973+westey-m@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:28:40 +0000 Subject: [PATCH] Add docker-in-docker feature to dev container --- .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" },