build: add docker-in-docker

This commit is contained in:
YuBin, Hsu
2024-03-27 12:05:24 +00:00
parent 28fcd49ae7
commit 4e3b9132cc

View File

@@ -7,7 +7,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
"ghcr.io/devcontainers/features/desktop-lite:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.