envbuilder icon indicating copy to clipboard operation
envbuilder copied to clipboard

How to use devcontainer.json to initialize a container in k8s

Open zcyc opened this issue 1 year ago • 1 comments
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

zcyc avatar Apr 06 '24 05:04 zcyc

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

zcyc avatar Apr 06 '24 05:04 zcyc