Compare commits
11 Commits
f35b2b7cab
...
8d85ad5269
| Author | SHA1 | Date |
|---|---|---|
|
|
8d85ad5269 | 2 years ago |
|
|
008ce88567 | 2 years ago |
|
|
17a7e99226 | 2 years ago |
|
|
027a8c16e7 | 2 years ago |
|
|
a12bc79097 | 2 years ago |
|
|
a0b5a420e8 | 2 years ago |
|
|
0151ea9a3f | 2 years ago |
|
|
221d091b68 | 2 years ago |
|
|
1760b8b586 | 2 years ago |
|
|
4d142d8b45 | 2 years ago |
|
|
44dd1f1f5e | 2 years ago |
@ -0,0 +1,25 @@
|
|||||||
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
|
// README at: https://github.com/devcontainers/templates/tree/main/src/go
|
||||||
|
{
|
||||||
|
"name": "Go",
|
||||||
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.21-bullseye",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 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": [],
|
||||||
|
|
||||||
|
// Use 'postCreateCommand' to run commands after the container is created.
|
||||||
|
// "postCreateCommand": "go version",
|
||||||
|
|
||||||
|
// Configure tool-specific properties.
|
||||||
|
// "customizations": {},
|
||||||
|
|
||||||
|
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
|
// "remoteUser": "root"
|
||||||
|
}
|
||||||
Binary file not shown.
Loading…
Reference in New Issue