1
0
forked from eoeair/cenv
cenv/Program/python/.devcontainer/devcontainer.json

19 lines
736 B
JSON
Raw Normal View History

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "python",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
2024-12-05 22:51:34 +08:00
"image": "docker.io/ben0i0d/cenv:python"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}