Skip to content

Commit 5d90287

Browse files
Add docker to the dev container
1 parent bcca42b commit 5d90287

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
},
1616
"ghcr.io/devcontainers/features/github-cli:1": {
1717
"version": "latest"
18-
}
18+
},
19+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
20+
"version": "latest"
21+
},
1922
},
2023
// Configure tool-specific properties
2124
"customizations": {

0 commit comments

Comments
 (0)