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

This PR aims to (partially) solve devcontainers/spec/issues/220 The primary goal is to allow features access to the `remoteUser`-option set in the parent `devcontainer.json`. The example container/feature included in this PR...

While running `devcontainer read-configuration` with the latest version on Linux it outputs in teh first line some version information. This impedes the output from being output to other tools like...

I'm on Windows and so prefer the escape character in a Dockerfile to be `` ` ``. Using the following Dockerfile errors with `ERROR: failed to solve: dockerfile parse error...

Hi, I'm just wondering why the go example app lives in the workspace folder and not the ci build example which i think is the only place its used? Thanks

I'm on a macos host. Running vscode in remote host. Within a vm, then running opening the dev container within the remote host. Happy to help in anyway, just let...

feature-request

Docker already defaults to `/bin/sh -c` on Linux... This option is not part of the OCI spec and produces a warning by default when building on podman.

I'm running devcontainer CLI in a docker container which might not be the most common use case. I mounted the workspace-folder to the container. running devcontainer up causes error bind...

info-needed

During `devcontainer up`, the container gets started and then the CLI attempts to run commands inside it, expecting the container to be already up and ready to react to `docker...

feature-request

When doing a `devcontainer build --workspace-folder . --image-name my/image:tag --push` the wrong image (e.g. `vsc-devcontainer-839d9d58687bee078581a54501bbf0ec1d94e4e7a1e7d74dd0f0f02c09f29e0c-features`) is pushed instead. The name used seems to be the same as if you do...

bug

This commit adds a build script to package the `devcontainer` CLI as a single executable application using the new (and experimental) Node.js feature of the same name. https://nodejs.org/api/single-executable-applications.html Distributing the...