Skip to content

Commit

Permalink
Merge pull request #129 from opensafely/steve/remove-explicit-docker-…
Browse files Browse the repository at this point in the history
…in-docker-configuration

Remove the Docker in Docker feature configuration
  • Loading branch information
StevenMaude authored May 29, 2024
2 parents bc24007 + 7b3ef11 commit 84460d4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"image": "ghcr.io/opensafely-core/research-template:v0",
// 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": {}
},
"postCreateCommand": "/bin/bash .devcontainer/postCreate.sh ${containerWorkspaceFolder}",
"postAttachCommand": {
Expand Down Expand Up @@ -60,4 +54,4 @@
"remoteEnv": {
"MAX_WORKERS": "2"
}
}
}

0 comments on commit 84460d4

Please sign in to comment.