diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7d59d93..f9dd068 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { @@ -60,4 +54,4 @@ "remoteEnv": { "MAX_WORKERS": "2" } -} \ No newline at end of file +}