Skip to content

Commit

Permalink
Merge pull request #8 from opensafely/steve/update-docker-in-docker-c…
Browse files Browse the repository at this point in the history
…onfiguration

Remove the Docker-in-Docker configuration
  • Loading branch information
madwort authored Aug 14, 2024
2 parents 3e59989 + 873f609 commit 7d2fce3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby": true,
"azureDnsAutoDetection": true,
"installDockerBuildx": true,
"version": "latest",
"dockerDashComposeVersion": "v2"
}
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand Down

0 comments on commit 7d2fce3

Please sign in to comment.