Skip to content

Commit 7c411c7

Browse files
authored
Update support/developer/visualstudio/ide/troubleshooting-docker-errors.md
1 parent 9ddb65a commit 7c411c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/developer/visualstudio/ide/troubleshooting-docker-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ File sharing only needs to be managed if you're using Hyper-V with Docker. If yo
2828
2929
## Problems with paths on Windows containers
3030

31-
You may get a variety of file I/O errors that arise from attempts to use Linux-specific paths on a Windows container. If this occurs, check the environment variable VSCT_WslDaemon. If set, this causes Linux-specific paths to be used for some paths, which doesn't work on Windows containers. This environment variable should always be unset if you're using Windows containers.
31+
You may get a variety of file I/O errors that arise from attempts to use Linux-specific paths on a Windows container. If this occurs, check the environment variable VSCT_WslDaemon. If set, Visual Studio attempts use Windows Subsystem for Linux (WSL) paths to refer to the windows files for creating volumes. This is necessary for Docker in WSL, but doesn't work with Docker Desktop on Windows. This environment variable should always be unset if you're using Windows containers.
3232

3333
## Unable to start debugging
3434

0 commit comments

Comments
 (0)