Browse Source

[feat] add docker into devcontainer (#4475)

Brock Vojkovic 1 month ago
parent
commit
8b1d73c5b9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .devcontainer/devcontainer.json

+ 2 - 1
.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": {