devcontainer
devcontainer copied to clipboard
Run and use devcontainer outside of Visual Studio Code
Hi thanks for a great tool. I'm taking the `Dockerfile` and `devcontainer.json` from [here](https://github.com/microsoft/vscode-dev-containers/tree/main/containers/javascript-node/.devcontainer). The `ARG` for setting the `${VARIANT}` contains a dash which seems to create a problem with...
Hello, First of all, thank you for this script. I found some issues using the script (image hash, workspace location and `.devcontainer.json` file) so I updated the script to suppport...
- Do not continue when Docker build fails - Added --docker-opts so options can be passed to `docker run` - Added Shellcheck Github action - Remove trailing comma's in `devcontainer.json`...
Hello! This is not a bug, just got very curious. What do you use devcontainers for without an IDE? When and in what cases is it necessary? Thanks in advance.