Skip to content

Commit e9402b8

Browse files
fix(docker-outside-of-docker): update default for installDockerComposeSwitch and remove obsolete ROOTLESS_DOCKER.md documentation
1 parent cb86b23 commit e9402b8

3 files changed

Lines changed: 1 addition & 81 deletions

File tree

src/docker-outside-of-docker/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"installDockerComposeSwitch": {
4444
"type": "boolean",
45-
"default": true,
45+
"default": false,
4646
"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."
4747
},
4848
"socketPath": {

test/docker-outside-of-docker/ROOTLESS_DOCKER.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

test/docker-outside-of-docker/scenarios.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,6 @@
205205
"moby": false
206206
}
207207
},
208-
"mounts": [
209-
{
210-
"source": "/var/run/docker.sock",
211-
"target": "/var/run/docker-host.sock",
212-
"type": "bind"
213-
}
214-
],
215208
"containerUser": "vscode"
216209
},
217210
"custom_rootless_socket_path": {

0 commit comments

Comments
 (0)