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

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...

bug
info-needed

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...

feature-request

Hi, as part of our services we are using devcontainer-cli to start the docker container. We want to get a telemetry for the processes running during the ```shell npx -y...

Hi, I tried to use `runArgs` in Dev Containers custom image but this field isn't shared to `.devcontainers.json` workspace - Logs : 1. when `runArgs` is set in Dev Containers...

feature-request

### Summary Fixes #186 by adding `-p` args for all `forwardPorts`, not just `appPort` Allows disabling this via the CLI flag `--skip-forward-ports` ### Details - split out a `normalizePorts` function...

Issue #845 infoOutput has been updated and logged the message of the command if the command fails inside container ![image](https://github.com/devcontainers/cli/assets/159782310/5a6c84d4-1b10-4e7f-a808-3d106baca19f)

Sometimes when reconnecting to remote VMs, the reconnection hangs foreverer on `wsl -l -v` This issue happen when the local wsl2 VM is frozen. Not sure why it run wsl...