Skip to content

Commit

Permalink
Add docker-in-docker for devcontainer (#267)
Browse files Browse the repository at this point in the history
As some fat32 tests need docker, devcontainer needs a tweak for that

Followup for #266
  • Loading branch information
aol-nnov authored Nov 17, 2024
1 parent 2043c8a commit 42bfcf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
"Gruntfuggly.todo-tree"
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"azureDnsAutoDetection": false,
"installDockerBuildx": false,
"installDockerComposeSwitch": false,
"version": "latest",
"dockerDashComposeVersion": "none"
}
}
// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 42bfcf6

Please sign in to comment.