From 5d9028743fd3cfb67f2f9e6e1a0a763bf40ce9d8 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Mon, 24 Nov 2025 14:36:51 +0000 Subject: [PATCH 1/2] Add docker to the dev container --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 009235e..0ec117e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,10 @@ }, "ghcr.io/devcontainers/features/github-cli:1": { "version": "latest" - } + }, + "ghcr.io/devcontainers/features/docker-in-docker:2": { + "version": "latest" + }, }, // Configure tool-specific properties "customizations": { From 5a3246d3abcd993ad465c554fa887abf891c6d71 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Mon, 24 Nov 2025 15:17:20 +0000 Subject: [PATCH 2/2] Update .devcontainer/devcontainer.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0ec117e..80a8566 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -18,7 +18,7 @@ }, "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "latest" - }, + } }, // Configure tool-specific properties "customizations": {