File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ // README at: https://github.com/devcontainers/templates/tree/main/src/go
2+ {
3+ "name" : " Example Devcontainer Go" ,
4+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5+ "image" : " mcr.microsoft.com/devcontainers/go:1.24-bookworm"
6+ // Features to add to the dev container. More info: https://containers.dev/features.
7+ // "features": {},
8+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
9+ // "forwardPorts": [],
10+ // Use 'postCreateCommand' to run commands after the container is created.
11+ // "postCreateCommand": "",
12+ // Configure tool-specific properties.
13+ // "customizations": {
14+ // "vscode": {
15+ // "extensions": [
16+ // ]
17+ // }
18+ // }
19+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
20+ // "remoteUser": "root"
21+ }
Original file line number Diff line number Diff line change 1+ // README at: https://github.com/devcontainers/templates/tree/main/src/python
2+ {
3+ "name" : " Example Devcontainer Python" ,
4+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
5+ "image" : " mcr.microsoft.com/devcontainers/python:3.12-bullseye"
6+ // Features to add to the dev container. More info: https://containers.dev/features.
7+ // "features": {},
8+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
9+ // "forwardPorts": [],
10+ // Use 'postCreateCommand' to run commands after the container is created.
11+ // "postCreateCommand": "",
12+ // Configure tool-specific properties.
13+ // "customizations": {
14+ // "vscode": {
15+ // "extensions": [
16+ // ]
17+ // }
18+ // }
19+ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
20+ // "remoteUser": "root"
21+ }
You can’t perform that action at this time.
0 commit comments