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

I am behind a corporate firewall and the windows firewall is also managed. When I try to use devcontainer cli from WSL I am unable to reach the DNS. Is...

info-needed

I'm trying to set `init` to `false` for a devcontainer where I need to control PID 1. However, no matter how I set init to false, the resulting dev container...

info-needed

Now that the CLI is coupled to the [dependabot integration ](https://containers.dev/guide/dependabot), it would be great to have an automated PR check to confirm changes are compatible. The `devcontainer outdated`, `devcontainer...

feature-request

With the following `devcontainer.json`: ```json { "name": "VS Code with Proxy", "dockerComposeFile": "docker-compose.yml", "service": "vscode", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} } } ``` And the following `devcontainer-lock.json` file: ```json...

bug

Hi DevContainers Team, The case for me is to set the index url for pip, so what I do is something like ```json { ... "remoteEnv": { "PIP_INDEX_URL": "${localEnv:PIP_INDEX_URL:https://pypi.org/simple}" }...

bug

Currently the devcontainer.json spec does not allow for me to specify an .env file for usage in the CLI: https://docs.docker.com/compose/environment-variables/set-environment-variables/#substitute-with---env-file This would be really useful, as I currently cannot rely...

feature-request

Shortly speaking I need a devcontainer running `linux/amd64` type of image. Below is my `devcontainer.json`: ```json // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at:...

info-needed

It would be nice if the final merged devcontainer configuration JSON were provided somewhere in the container filesystem before executing lifecycle hooks. For instance, the `postCreateCommand` for the feature of...

feature-request

For some reasons, this feature causes devcontainers to choke: ``` "features": { "ghcr.io/devcontainers-community/features/llvm:3.0.0": {}, // "./features-llvm": {}, ``` [build.log](https://github.com/devcontainers/cli/files/13575679/build.log) 3.0, 3, and latest gives same problem. But cloning the repo...

bug
upstream