From 0b798a54da8908216eee26126fae3111a1679ff6 Mon Sep 17 00:00:00 2001 From: Damien Hardy <49808393+digimangos@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:10:15 +0100 Subject: [PATCH] Add dind --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a350f9c..aaea349 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,6 +9,13 @@ "updateContentCommand": "npm update -g npm && npm update && npm install", "postAttachCommand": "./bootstrap/setup.sh", "image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:18", + "features": { + "ghcr.io/devcontainers/features/node:1": {}, + "ghcr.io/devcontainers/features/docker-in-docker:1": { + "version": "latest", + "moby": true + } + }, "customizations": { "vscode": { "settings": {