cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
So we have several private features at our org `customink/features` and I was hoping to do a prebuild with some projects an noticed the CLI raised a `Could not resolve...
VSCode Version: 1.69.1 Local OS Version: Windows 11 Pro, OS Build 22000.795 Local chip architecture: x86 Reproduces in: Remote - Containers Name of Dev Container Definition with Issue: Custom Container...
Originally raised by @chrmarti: https://github.com/microsoft/vscode/pull/166973#discussion_r1033587012 Currently `initializeCommand` doesn't support parallel command execution using the object form. AFAIK this was an oversight on my part, I'm not aware of any reason...
I often use `devcontainer up` to start the container, but then it's often difficult to know which of my many containers has been created for this devcontainer. It would be...
An issue collecting various improvements that can be made for the `features test...` command. The command is still experimental and under active development. - [x] `remoteUser`, `containerUser`, or a container...
Stop shipping features defined in [vscode-dev-containers](https://github.com/microsoft/vscode-dev-containers/releases) and switch to rely entirely on feature resolving as defined via https://github.com/devcontainers/spec/issues/7 Blocked by: * https://github.com/devcontainers/spec/issues/7 * https://github.com/devcontainers/features/issues/64
The `--platform` and `--push` flags are important enablers for pre-building images - particularly those that take advantage of Dev Container Features (devcontainers/spec#61). Unfortunately, right now there's an error if only...
Hi, I was trying to set up a feature that would configure the container's environment variables and mounts to allow applications in the container to use WSLg. I've set this...
By default, devcontainers-cli will run whatever is specified as initializeCommand on the host. This means any devcontainer can trivially take full control of the host OS, which is obviously highly...
Currently features are all put in a single image that is then added in a layer, which separate layers per feature only for running install.sh. This means that changes to...