diff options
| author | Brock Vojkovic <github@vojk.au> | 2025-03-09 16:40:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 09:40:49 +0100 |
| commit | 8b1d73c5b96e9059c397b62f084aa8cee378218b (patch) | |
| tree | c5e201b04e038fd593a8dc2405db5cbdb9adef2f /.devcontainer/devcontainer.json | |
| parent | a88b4d7036002639ee09d01efb0279c87b8e23c3 (diff) | |
[feat] add docker into devcontainer (#4475)
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |