You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
@@ -12,6 +12,11 @@
12
12
],
13
13
"default": "latest",
14
14
"description": "Select or enter an AWS CLI version."
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
| installDockerComposeSwitch | 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. | boolean | true |
"description": "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.",
@@ -29,11 +30,12 @@
29
30
"type": "string",
30
31
"enum": [
31
32
"none",
33
+
"latest",
32
34
"v1",
33
35
"v2"
34
36
],
35
-
"default": "v2",
36
-
"description": "Compose version to use for docker-compose (v1 or v2 or none)"
37
+
"default": "latest",
38
+
"description": "Compose version to use for docker-compose (v1 or v2 or none or latest)"
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
91
91
92
92
`bash` is required to execute the `install.sh` script.
93
+
94
+
## Tab completions
95
+
96
+
When using .NET SDK 10 or newer, tab completions for the `dotnet` CLI are automatically installed for bash, zsh, and fish. The completion scripts are placed in the standard system-wide directories so they work for all users:
0 commit comments