cli
cli copied to clipboard
A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
> We should also support Docker credential helpers, these are more common in local setups. I recently figured out how to use them for the Dev Containers extension. The code...
Can we add another task? Currently, there isn't a way to supply `--docker-path`/`--docker-compose-path` to any of the features commands, which causes issues if you're using podman in ci scenarios. _Originally...
I've rewritten the `dev-container-features-test-lib` script included in the `devcontainer` CLI to be POSIX-compliant (using [shellcheck](https://www.shellcheck.net/)). This fixes tests against images where the default shell is not Bash (such as in...
This basically makes the equivalent of `--workspace-folder .` the default. I'd imagine that this is 99% of use cases already, and those that need something else will know they need...
I am trying to rebuild the vscode remote containers feature for nvim and run into the following issue: - nvim does not refresh the view correctly when running it using...
Hi, I wanted to ask if there's a way to override the compression method when building a dev container image using `devcontainer up` and NOT `devcontainer build`. I checked the...
This is connecting to a persistent docker container I manually started, and then attaching to the container via the remote explorer. I am working inside this container for a lengthy...
I noticed that the `ci` project now supports a platform option with the following work https://github.com/devcontainers/ci/pull/175 However, it breaks for me when I use this with `dockerComposeFile`. I can reproduce...
This fix ensures that the Dockerfile parser checks for the presence of at least one FROM instruction. If no FROM instructions are found, an error is thrown with a clear...