cli icon indicating copy to clipboard operation
cli copied to clipboard

A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.

Results 298 cli issues
Sort by recently updated
recently updated
newest added

I am exploring the idea of using a `devcontainer` as a portable toolbox. The main idea is to have a repo that just constitutes what would be the usual `.devcontainer`...

Currently, as of podman-compose 1.4.0, podman-compose allows punctuation in project name, and uses underscore for separating project name from image names. As a result, the following version checks are broken...

Potential fix for https://github.com/devcontainers/cli/issues/1047

Hello, I'm normally using devcontainers from within vs code. In this case, you could set up some configuration there. In my case, I use devcontainers with podman and podman compose....

`.devcontainer/devcontainer-lock.json` has to be explicitly ignored if you use [Prettier](https://prettier.io/docs/ignore#ignoring-files-prettierignore). This is sad because a lot of projects use it …

It's unclear from the CLIs help, and the documentation and examples in the repo how to use the cli to have dotfiles installed in devcontainers. It'd be helpful if there...

Changes to be committed: new file: example-usage/tool-vscodium-server/server/init-vscodium-server.sh new file: example-usage/tool-vscodium-server/start.sh new file: example-usage/tool-vscodium-server/tool-vscodium-server_README.md modified: example-usage/workspace/.devcontainer/devcontainer.json

The CLI provides a useful, but limited testing library for developers, called `dev-container-features-test-lib` to use in test.sh I propose to add a proper, widely used bash library or framework, so...

I would like to propose a change to the check function of the dev-container-features-test-lib script. The function should take a message to display when the test fails, like other testing...

It would be helpful if the commands in the terminal will autocomplete. I would like to see this feature added. For example: `devcontainer feature test --skip-s` when hitting tab it...