microsoft / microsoft/vscode-remote-release
Attach to running container fails due to missing ldconfig cache
Open
@chrmarti is already working on this.
Since Mar 2, 2026.
containers
info-needed
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 469
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
A container is started.
Right click on the running container and choose "Attach Visual Studio Code".
Failure complains that ldconfig has no cache.
Close the VS Code window.
Attach a shell to the running container.
Run "ldconfig" (which creates a cache presumably).
Right click on the running container and choose "Attach Visual Studio Code".
VS Code window now opens and is functiona.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.