Add Docker-in-Docker feature to devcontainer

Signed-off-by: UQBA GULZAR <23-22411-067@se.fjwu.edu.pk>
This commit is contained in:
UQBA GULZAR 2025-10-18 23:34:55 +05:00 committed by GitHub
parent 2d36a0c9ff
commit 180ffdb365
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,8 @@
"ghcr.io/devcontainers/features/python:1": {
"version": "3.13"
},
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"customizations": {
"vscode": {