aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-09-29 22:02:54 +0300
committerGitHub <noreply@github.com>2023-09-29 22:02:54 +0300
commit04cb7d1e797a81ce00450aa1174fff8f74b3ac12 (patch)
tree9f44d76038c9cbff96fa6c788437af5f9e1650c7 /src/docker-in-docker/devcontainer-feature.json
parentcf92754bf4535ac3344a6b5c5d444dc16e9922cb (diff)
Docker-in-docker: Updates docker-init with "pkill" (#711)feature_docker-in-docker_2.6.0
* Docker-in-docker: Updates docker-init with "pkill" * pkill only if container didn't start at first * pkill with condition * add back sudo_if
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r--src/docker-in-docker/devcontainer-feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json
index 2feea7d..c64c590 100644
--- a/src/docker-in-docker/devcontainer-feature.json
+++ b/src/docker-in-docker/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "docker-in-docker",
- "version": "2.5.0",
+ "version": "2.6.0",
"name": "Docker (Docker-in-Docker)",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/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.",