aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-11 21:37:10 +0300
committerGitHub <noreply@github.com>2022-08-11 21:37:10 +0300
commit44694d699fd715edeeb9fcea9271b09c39b5ac35 (patch)
tree3a89d5c06276b9721661d2b13fc37a2e87aa85a7 /src/docker-in-docker/devcontainer-feature.json
parentaecf2ad152a75663211a2ac0926e6122c2b0b07f (diff)
Options: Follow camelCase (#89)
rename Options
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r--src/docker-in-docker/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json
index bd6a6c9..0251b9a 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": "1.0.0",
+ "version": "1.0.1",
"name": "Docker (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.",
"options": {
@@ -19,7 +19,7 @@
"default": true,
"description": "Install OSS Moby build instead of Docker CE"
},
- "docker_dash_compose_version": {
+ "dockerDashComposeVersion": {
"type": "string",
"enum": [
"v1",