Skip to content

Commit

Permalink
Remove the Docker-in-Docker configuration
Browse files Browse the repository at this point in the history
We dropped this for the research-template.

See opensafely/research-template#129.
  • Loading branch information
StevenMaude authored Aug 14, 2024
1 parent 3e59989 commit 873f609
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 873f609

Please sign in to comment.