|
1 | 1 | { |
2 | | -<<<<<<< HEAD |
3 | 2 | "id": "docker-in-docker", |
4 | 3 | "version": "2.16.1", |
5 | 4 | "name": "Docker (Docker-in-Docker)", |
|
15 | 14 | ], |
16 | 15 | "default": "latest", |
17 | 16 | "description": "Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.)" |
18 | | -======= |
19 | | - "id": "docker-in-docker", |
20 | | - "version": "2.15.0", |
21 | | - "name": "Docker (Docker-in-Docker)", |
22 | | - "documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-in-docker", |
23 | | - "description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.", |
24 | | - "options": { |
25 | | - "version": { |
26 | | - "type": "string", |
27 | | - "proposals": [ |
28 | | - "latest", |
29 | | - "none", |
30 | | - "20.10" |
31 | | - ], |
32 | | - "default": "latest", |
33 | | - "description": "Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.)" |
34 | | - }, |
35 | | - "moby": { |
36 | | - "type": "boolean", |
37 | | - "default": true, |
38 | | - "description": "Install OSS Moby build instead of Docker CE" |
39 | | - }, |
40 | | - "mobyBuildxVersion": { |
41 | | - "type": "string", |
42 | | - "default": "latest", |
43 | | - "description": "Install a specific version of moby-buildx when using Moby" |
44 | | - }, |
45 | | - "dockerDashComposeVersion": { |
46 | | - "type": "string", |
47 | | - "enum": [ |
48 | | - "none", |
49 | | - "v1", |
50 | | - "v2" |
51 | | - ], |
52 | | - "default": "v2", |
53 | | - "description": "Default version of Docker Compose (v1, v2 or none)" |
54 | | - }, |
55 | | - "azureDnsAutoDetection": { |
56 | | - "type": "boolean", |
57 | | - "default": true, |
58 | | - "description": "Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure" |
59 | | - }, |
60 | | - "dockerDefaultAddressPool": { |
61 | | - "type": "string", |
62 | | - "default": "", |
63 | | - "proposals": [], |
64 | | - "description": "Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24" |
65 | | - }, |
66 | | - "installDockerBuildx": { |
67 | | - "type": "boolean", |
68 | | - "default": true, |
69 | | - "description": "Install Docker Buildx" |
70 | | - }, |
71 | | - "installDockerComposeSwitch": { |
72 | | - "type": "boolean", |
73 | | - "default": false, |
74 | | - "description": "Install Compose Switch (provided docker compose is available) which is a replacement to the Compose V1 docker-compose (python) executable. It translates the command line into Compose V2 docker compose then runs the latter." |
75 | | - }, |
76 | | - "disableIp6tables": { |
77 | | - "type": "boolean", |
78 | | - "default": false, |
79 | | - "description": "Disable ip6tables (this option is only applicable for Docker versions 27 and greater)" |
80 | | - } |
81 | | ->>>>>>> 997feb3 (Fix JSON indentation to preserve original formatting) |
82 | 17 | }, |
83 | 18 | "entrypoint": "/usr/local/share/docker-init.sh", |
84 | 19 | "privileged": true, |
|
0 commit comments