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

Hi, is it possible that the .dockerignore file next to the Dockerfile is not being used to ignore files in the build context? I used to think only the .dockerignore...

bug

I hit this error today and noticed the spelling mistake, nothing exciting

This commit addresses an issue where the `devcontainer exec` command would always override the `COMPOSE_PROFILE` environment variable by defaulting to `--profile *` when reading the Docker Compose configuration. The `readDockerComposeConfig`...

https://github.com/devcontainers/cli/blob/e47ebf9caf99f48ad28571c7e50e9a56eef01c55/example-usage/tool-vscode-server/server/init-vscode-server.sh#L4-L19 The links in the installer don't work anymore. If you run `wget -q https://aka.ms/vscode-server-launcher/x86_64-unknown-linux-gnu`, you will see that you have an HTML file instead of an executable.

info-needed

When submitting a PR it is mandatory to accept the Microsoft CLA and I am wondering why that is. Also, if this repository chooses to remain committed to the Microsoft...

When using dev containers inside an air gapped environment, this PR make possible to define an internal URL to download control manifest.

Hi, As we're using private registry, Jfrog Artifactory, we want to publish build info after devcontainer has been build, and pushed, so that JFrog can properly track the containers dependencies....

feature-request

This implements the feature request https://github.com/devcontainers/cli/issues/464.

Description When using VS Code with Podman + SELinux, VS Code currently detects an SELinux-enabled environment by calling getenforce and checking .Host.Security.SELinuxEnabled. If VS Code is running inside a Flatpak,...