feat: enable docker in docker in the devcontainer
Some checks failed
Actions / Build (push) Successful in 13s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 14s
Actions / Build Documentation (MkDocs) (push) Successful in 22s

This commit is contained in:
cswimr 2025-01-29 10:59:02 +00:00
parent 4356722acd
commit 9d81ab38dd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -3,6 +3,9 @@
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"customizations": {
"vscode": {
"extensions": [