envbuilder
envbuilder copied to clipboard
How to use devcontainer.json to initialize a container in k8s
trafficstars
I executed this command and the correct environment was not generated.
docker run -it --rm \
-v /tmp/envbuilder:/workspaces \
-e GIT_URL=https://github.com/microsoft/vscode-remote-try-go \
-e INIT_SCRIPT=bash \
ghcr.io/coder/envbuilder
In addition to the above problems, some devcontainer has dockerfile or docker compose, how can i use it? Ep: https://github.com/microsoft/vscode-remote-try-cpp/tree/main/.devcontainer