From 8b1d73c5b96e9059c397b62f084aa8cee378218b Mon Sep 17 00:00:00 2001 From: Brock Vojkovic Date: Sun, 9 Mar 2025 16:40:49 +0800 Subject: [PATCH] [feat] add docker into devcontainer (#4475) --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f8c4c81a..d14cef571 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,8 @@ "dockerfile": "Dockerfile" }, "features": { - "ghcr.io/devcontainers/features/github-cli": {} + "ghcr.io/devcontainers/features/github-cli": {}, + "ghcr.io/devcontainers/features/docker-in-docker": {} }, "customizations": { "vscode": {