Skip to content

Commit 4293afd

Browse files
committed
Add docker-in-docker feature to devcontainer
Enables building and serving docs as described in docs/src/develop.md
1 parent 03db252 commit 4293afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"onCreateCommand": "python3 -m pip install -e .",
3232
"features": {
3333
"ghcr.io/devcontainers/features/git:1": {},
34+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
3435
},
3536
// Configure tool-specific properties.
3637
"customizations": {

0 commit comments

Comments
 (0)