devcontainer-cli
devcontainer-cli copied to clipboard
Unofficial CLI for making it easier to work with Visual Studio Code dev containers from the terminal
devcontainer.json does not build in JetBrains IDE 2024.1 and VSCode. JetBrains IDE Welcome screen -> DevContainers -> New DevContainer (from VCS Project, Docker must be installed.) Insert the git@ link...
Fix #80
Hi, Thanks for publishing this! This seems like what I want, but I'm not able to open up the container within the context of the remote machine I am working...
Would be helpful if you can provide binaries for both linux and darwin for arm64/aarch64 architecture
When adding the `COPY` steps to the `Dockerfile`, the `scripts` directory is assumed to be in the root of the docker build context. The `snippet add` command should take account...
- `devcontainer template export` to allow exporting a template from a dev container in an existing project - Add config for writeable template folder (prompt for path and set config)...
`SetDevcontainerName` currently uses regular expressions to update the `name` in the `devcontainer.json` (since it is JSON-C). With dora in use for snippets, this can be updated to use dora to...
The new standard in DevContainer allow to have several files `devcontainer.json` in subdirectories of `.devcontainer` directory. The arguments `--name` and `--path` cannot be used. For example: ``` . ├── .devcontainer...