[feat] add docker into devcontainer (#4475)

This commit is contained in:
Brock Vojkovic 2025-03-09 16:40:49 +08:00 committed by GitHub
parent a88b4d7036
commit 8b1d73c5b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@
"dockerfile": "Dockerfile" "dockerfile": "Dockerfile"
}, },
"features": { "features": {
"ghcr.io/devcontainers/features/github-cli": {} "ghcr.io/devcontainers/features/github-cli": {},
"ghcr.io/devcontainers/features/docker-in-docker": {}
}, },
"customizations": { "customizations": {
"vscode": { "vscode": {