Skip to content

Commit 4767193

Browse files
committed
.devcontainer/tox-docker-in-docker: New
1 parent 6303842 commit 4767193

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Adapted from
2+
// https://github.com/devcontainers/templates/blob/main/src/python/.devcontainer/devcontainer.json
3+
// https://github.com/devcontainers/templates/blob/main/src/docker-in-docker/.devcontainer/devcontainer.json
4+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
5+
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-in-docker
6+
{
7+
"name": "tox with docker-in-docker",
8+
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
9+
"features": {
10+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
11+
},
12+
"onCreateCommand": "pipx install tox",
13+
}

0 commit comments

Comments
 (0)