From 2ff4eb9fcacb902b328c0465d320004177c976e7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 14 Aug 2025 22:11:30 +0000 Subject: [PATCH] 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. --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e35df28..43a2b01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,7 @@ "ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}, "ghcr.io/devcontainers-extra/features/shellcheck:1": {}, "ghcr.io/devcontainers-extra/features/yamllint:2": {}, + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {} }, "customizations": {