vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https...

Results 183 vscode-dev-containers issues
Sort by recently updated
recently updated
newest added

Could you introduce something like `${dotEnv:VAR_NAME}` to variable substation `.devcontainer.json`? That would allow us to keep project/developer-specific information in one or more `.env` file like image-name or other settings (like...

Currently the docker-from-docker feature doesn't support multistage Dockerfiles Relates to: Remote - Containers It works well with the following Dockerfile ``` FROM python:3.10.5 RUN apt-get update -q \ && apt-get...

feature-request

- VSCode Version: 1.69 - Local OS Version: N/A - Local chip architecture: N/A - Reproduces in: Both - Name of Dev Container Definition with Issue: dotnet Steps to Reproduce:...

- VSCode Version: 1.68.0 (Universal) - Local OS Version: macOS 12.3 - Local chip architecture: Apple Silicon - Reproduces in: Codespaces - Name of Dev Container Definition with Issue: Docker-from-docker...

Not sure when this started, but with 0.237.0 I see the base.Dockerfile included in the package we use for Remote-Containers. E.g., with the `Node.js & TypeScript` template.

- VSCode Version: 1.68.1 - Local OS Version: Windows 11 21H2 (OS Build 22000.739) - Local chip architecture: x64 - Reproduces in: Remote - Containers - Name of Dev Container...

Python 3 is built with LZMA support in all commonly-used Linux distributions so it is commonly expected to be available. Impact: This causes the build to fail when trying to...