Skip to content

Commit 632b4f7

Browse files
authored
minor updates
1 parent 7c411c7 commit 632b4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 2/14/2025
6+
ms.date: 02/20/2025
77
author: HaiyingYu
88
ms.author: haiyingyu
99
ms.reviewer: ghogen
@@ -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, 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.
31+
When you use file paths that are specific to Linux on a Windows container, you might encounter various file input or output (I/O) errors. If so, check the value of the environment variable `VSCT_WslDaemon`. If the variable is set, Visual Studio attempts to 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 use Windows containers.
3232

3333
## Unable to start debugging
3434

0 commit comments

Comments
 (0)