Skip to content

Commit 6ddca27

Browse files
author
Alan Christie
committed
build: No need for DinD
1 parent 0da1a59 commit 6ddca27

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
4-
"name": "Python 3",
4+
"name": "WorkflowEngine Python 3.13",
55
"image": "mcr.microsoft.com/devcontainers/python:1-3.13-bullseye",
66
"features": {
7-
"ghcr.io/devcontainers/features/docker-in-docker:2": {
8-
"moby": true,
9-
"azureDnsAutoDetection": true,
10-
"installDockerBuildx": true,
11-
"installDockerComposeSwitch": true,
12-
"version": "latest",
13-
"dockerDashComposeVersion": "v2"
14-
},
157
"ghcr.io/devcontainers/features/git:1": {
168
"ppa": true,
179
"version": "os-provided"

0 commit comments

Comments
 (0)