Skip to content

Commit 2ff4eb9

Browse files
committed
feat(devcontainer): add Docker outside of Docker feature
* Included the `docker-outside-of-docker` feature to enhance container capabilities. * This allows for better integration and management of Docker within the development container.
1 parent 6a40a2c commit 2ff4eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},
99
"ghcr.io/devcontainers-extra/features/shellcheck:1": {},
1010
"ghcr.io/devcontainers-extra/features/yamllint:2": {},
11+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
1112
"ghcr.io/devcontainers/features/github-cli:1": {}
1213
},
1314
"customizations": {

0 commit comments

Comments
 (0)