Skip to content

Commit

Permalink
installDockerComposeSwitch false
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 29, 2024
1 parent a7846eb commit 57bb6e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/docker-in-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
// see https://github.com/moby/moby/issues/48987#issuecomment-2507267417
"moby": "false",
"version": "26.1.4",
"dockerDashComposeVersion": "none"
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/docker-in-docker_slim/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": "false",
"version": "26.1.4",
"dockerDashComposeVersion": "none"
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/docker-outside-of-docker/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4",
"dockerDashComposeVersion": "none"
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
// Add sshd to support gh cli codespaces cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4",
"dockerDashComposeVersion": "none"
"dockerDashComposeVersion": "none",
"installDockerComposeSwitch": "false"
},
// Add sshd to support gh cli codespaces cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit 57bb6e5

Please sign in to comment.