Skip to content

Commit

Permalink
do not install docker-compose plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 29, 2024
1 parent 22bf731 commit a7846eb
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 @@ -12,7 +12,8 @@
// docker/moby version is that old because newer ones failed to install under emulation
// see https://github.com/moby/moby/issues/48987#issuecomment-2507267417
"moby": "false",
"version": "26.1.4"
"version": "26.1.4",
"dockerDashComposeVersion": "none"
},
// 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 @@ -10,7 +10,8 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": "false",
"version": "26.1.4"
"version": "26.1.4",
"dockerDashComposeVersion": "none"
},
// 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 @@ -20,7 +20,8 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4"
"version": "26.1.4",
"dockerDashComposeVersion": "none"
},
// 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 @@ -20,7 +20,8 @@
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": "false",
"version": "26.1.4"
"version": "26.1.4",
"dockerDashComposeVersion": "none"
},
// Add sshd to support gh cli codespaces cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit a7846eb

Please sign in to comment.