Skip to content

Commit 7bf9b92

Browse files
authored
Merge pull request #8375 from microsoft/gradual-gerbil
Dev Containers: add link to file permissions workaround
2 parents 4faa855 + 1cc6534 commit 7bf9b92

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/devcontainers/containers.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,17 @@ There is a full [devcontainer.json reference](https://containers.dev/implementor
650650
* Contribute to [our documentation](https://github.com/microsoft/vscode-docs) or [VS Code itself](https://github.com/microsoft/vscode).
651651
* See our [CONTRIBUTING](https://aka.ms/vscode-remote/contributing) guide for details.
652652

653+
## Troubleshooting
654+
655+
### Unable to write file (NoPermissions (FileSystemError))
656+
657+
You might encounter this issue when you run dev containers in the following configuration:
658+
659+
* Docker Desktop running with Windows Subsystem for Linux (WSL) backend
660+
* [Enhanced Container Isolation](https://docs.docker.com/security/for-admins/hardened-desktop/enhanced-container-isolation/) (ECI) enabled
661+
662+
Check [issue #8278](https://github.com/microsoft/vscode-docs/issues/8278) for a potential workaround.
663+
653664
## Next steps
654665

655666
* [Attach to a Running Container](/docs/devcontainers/attach-container.md) - Attach to an already running Docker container.

0 commit comments

Comments
 (0)