aboutsummaryrefslogtreecommitdiff
path: root/src/docker-from-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-from-docker/devcontainer-feature.json
parentaecf2ad152a75663211a2ac0926e6122c2b0b07f (diff)
Options: Follow camelCase (#89)
rename Options
Diffstat (limited to 'src/docker-from-docker/devcontainer-feature.json')
-rw-r--r--src/docker-from-docker/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docker-from-docker/devcontainer-feature.json b/src/docker-from-docker/devcontainer-feature.json
index aeaeba7..6bf3929 100644
--- a/src/docker-from-docker/devcontainer-feature.json
+++ b/src/docker-from-docker/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "docker-from-docker",
- "version": "1.0.0",
+ "version": "1.0.1",
"name": "Docker (Docker-from-Docker)",
"descripton": "Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.",
"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",