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 155 cli issues
Sort by recently updated
recently updated
newest added

# Observation When running `devcontainer features test --skip-autogenerated . --features sphinx-needs` and one scenario fails to install, I get an error like this: ``` ERROR: failed to solve: executor failed...

In https://github.com/devcontainers/images, it seems that the builds include customization for vscode written in `devcontainer.json`. How is this intended to work? So far, when I do a build on hand based...

under-discussion

# How is a path to a seccomp profile file specificed? This doesn't work when **seccomp.json** is in same folder as **devcontainer-feature.json** ```jsonc // devcontainer-feature.json { "securityOpt": ["seccomp=seccomp.json"] } ```...

feature-request

# Observation `devcontainer features test --features my-feature --base-image mcr.microsoft.com/devcontainers/base:ubuntu .` --> ok `devcontainer features test --features my-feature .` --> NOT ok `devcontainer features test . --features my-feature` --> ok Exact...

bug

`devcontainer features test` is great for black box tests / end result tests of `install.sh`. However I also want to make sure what the script does exactly, i.e. whitebox-test or...

feature-request

Currently this CLI has a native module dependency which drives the need for node-gyp dependencies like Python and C++. This makes installing the CLI far more difficult than intended. To...

feature-request

### When ```sh $ devcontainer build --workspace-folder . ``` ### Expected By default, things like `initialcommand` are called. ### Actual Things like `initialcommand` are not called. ### Feat All default...

feature-request

With the recent release (the one with features) I tried experimenting with the devcontainers CLI. But I just can't get the `forwardPorts` feature to work. I created the following minimal...

feature-request

We've run into some issues during development of `features` when running on Windows machines (pathing, etc..). I think there are some code conventions this project followed to ensure compatibility across...