From 1c36f0dc40ca6e086e6982b105f122f629f3daeb Mon Sep 17 00:00:00 2001 From: projectoperations <34292598+projectoperations@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:04:23 +0000 Subject: [PATCH] Create devcontainer.json Signed-off-by: projectoperations <34292598+projectoperations@users.noreply.github.com> --- .devcontainer/devcontainer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..32d70e6 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "id": "docker-in-docker", + "version": "1.0.3", + "name": "Docker in Docker", + "description": "Create child containers _inside_ a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.", + "documentationURL": "https://github.com/ecampuslearning/devcontainers/templates/tree/main/src/docker-in-docker", + "publisher": "officialmofabs", + "licenseURL": "https://github.com/devcontainers/ecampuslearning/templates/blob/main/LICENSE", + "options": { + "installZsh": {