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

Steps to reproduce: Install VSCode (latest stable) Install Dev Containers plugin (stable or prerelease) Open command palette and install devcontainers CLI Run cli: (_HANGS_) ``` devcontainer.cmd --version (_HANGS_) ^CTerminate batch...

Hi, It took me forever to figure out why my "open in dev container" commands were hanging every time it needed to pull an image from a repository to use...

Hello This is what I do: I bring up some docker containers to develop my application — one for React, one for .NET, etc. Then I want to debug my...

Is there a way to execute the dotfile installation command (default: ./install.sh) as root? (more info #589 about the installation command). Currently I'm setting the `remoteUser` as root for doing...