Skip to content

Commit

Permalink
Merge pull request #10119 from MicrosoftDocs/main638458600346552298sy…
Browse files Browse the repository at this point in the history
…nc_temp

Repo sync for protected branch
  • Loading branch information
ghogen authored Mar 12, 2024
2 parents 70c4391 + b6b2736 commit 51e8144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/containers/container-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ Here are the volumes that are mounted in your container. What you see in your co
| **Source folder** | Contains the build context that is passed to Docker commands.|
| **TokenService.Proxy** | Contains the files required to run a service the enables VisualStudioCredential to communicate with Visual Studio on the host. |

For .NET 8, additional mount points at root and for the app user that contain user secrets and the HTTPS certificate might also be present. And in Visual Studio 17.10 preview, the Hot Reload and Token Service volume, along with another component, the Distroless Helper, are combined under a single mount point, `/VSTools`.

> [!NOTE]
> **Visual Studio 17.10 preview** If you're using Docker Engine in Windows Subsystem for Linux (WSL) without Docker Desktop, set the environment variable `VSCT_WslDaemon=1` to have VS use WSL paths when creating volume mounts. The NuGet package [Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.20.0-Preview 1](https://www.nuget.org/packages/Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.20.0-Preview.1) is also required.
Expand Down

0 comments on commit 51e8144

Please sign in to comment.