From 9e1314dcab75b47df9f00f909cb06fa9a906f2cf Mon Sep 17 00:00:00 2001 From: vojkovic Date: Sun, 9 Mar 2025 13:41:47 +0800 Subject: [PATCH] [feat] add docker into devcontainer --- .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": {