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

Hi I tried to publish a feature to a private repo on another package registry (gitlab) and it failed. Seems that identification token is only handled for GH registries. Is...

resolves https://github.com/microsoft/vscode-remote-release/issues/6848 Changes `buildAndExtendDockerCompose` to build the user specified Dockerfile and extend the image instead of extending the Dockerfile directly more details in https://github.com/microsoft/vscode-remote-release/issues/6848#issuecomment-1278962610 CC @chrmarti

On Windows Dev Containers v0.266.1 local features prevent devcontainer from building. With this folder structure in E:\Projects\test-local-feature ![image](https://user-images.githubusercontent.com/7113/206591738-ce487d2f-e154-417b-867d-6466c52339b6.png) devcontainer.json ```json { "name": "test local feature", "image": "mcr.microsoft.com/devcontainers/base:bullseye", "features": { "./local-features/test":...

As someone new to typescript and not very familiar with the tooling and best practices, I struggled to get up-and-running with the project 😅 . I've included configuration for the...

Thanks for working on optional GPU support. The configuration is exactly what I'm looking for!, but the current GPU check logic still not work in my use case. According to...

bug

An "extends" keyword that allows one devcontainer file to import another devcontainer file as a base configuration was proposed in https://github.com/devcontainers/spec/issues/22. This PR aims to implement support for that feature.

Add `remoteUserUIDIgnorePattern` property to ignore pattern (eg */node_modules) in chown script (updateUID.Dockerfile) | Property | Type | Description | |----------|------|-------------| | `remoteUserUIDIgnorePattern` | string | **Optional** The regex being used...

Hi everyone 👋! We'd love to hear your feedback as you review and [try out](https://github.com/devcontainers/cli#try-it-out) the dev container CLI. This can include: - Commenting questions or feedback in this issue...

Hi, sorry upfront for a long description. My use case is to provide a unified development experience to my team, requiring a minimal system installation, ideally only docker (desktop) and...

info-needed

Removing vscode-dev-containers from devcontainers/cli requires a solution for legacy features that are not replaced with new features yet (fish, maven, gradle, homebrew, jupyterlab).

debt