Skip to content

Commit 9ddb65a

Browse files
authored
Add troubleshooting item for VSCT_WslDaemon environment variable
1 parent 89ecff6 commit 9ddb65a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Docker client errors on Windows
33
description: Troubleshoot problems you encounter when using Visual Studio to create and deploy web apps to Docker on Windows by using Visual Studio.
44
ms.devlang: dotnet
55
ms.custom: sap:Integrated Development Environment (IDE)\Other, linux-related-content
6-
ms.date: 10/12/2022
6+
ms.date: 2/14/2025
77
author: HaiyingYu
88
ms.author: haiyingyu
99
ms.reviewer: ghogen
@@ -26,6 +26,10 @@ File sharing only needs to be managed if you're using Hyper-V with Docker. If yo
2626
> [!TIP]
2727
> Visual Studio prompts you when **Shared Drives** aren't configured.
2828
29+
## Problems with paths on Windows containers
30+
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.
32+
2933
## Unable to start debugging
3034

3135
One reason for this issue could be related to having stale debugging components in your user profile folder. Execute the following commands to remove these folders so that the latest debugging components are downloaded on the next debug session.

0 commit comments

Comments
 (0)