Skip to content

Commit

Permalink
not using moby for d-in-d due to
Browse files Browse the repository at this point in the history
#60 75.51 (!) Packages for moby not available in OS debian bookworm (arm64). To resolve, either: (1) set feature option '"moby": false' , or (2) choose a compatible OS version (eg: 'ubuntu-20.04').
  • Loading branch information
hellt committed Nov 27, 2024
1 parent 3953a8e commit 3811c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/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": {
"version": "26.1.4",
"dockerDashComposeVersion": "none"
"dockerDashComposeVersion": "none",
"moby": "false"
},
// Add sshd to support gh cli codespace cp.
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down

0 comments on commit 3811c1c

Please sign in to comment.