Skip to content

Commit 180ffdb

Browse files
Add Docker-in-Docker feature to devcontainer
Signed-off-by: UQBA GULZAR <[email protected]>
1 parent 2d36a0c commit 180ffdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"ghcr.io/devcontainers/features/python:1": {
1616
"version": "3.13"
1717
},
18-
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
18+
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {},
19+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
1920
},
2021
"customizations": {
2122
"vscode": {

0 commit comments

Comments
 (0)