MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.9k stars 563 forks source link

Incorrect path to WSL folders #1753

Closed felixtsem5 closed 1 year ago

felixtsem5 commented 1 year ago

Documentation Issue

Under the Trouble finding docker image storage folder section, I believe it's \\$wsl\ instead of \wsl$\ (the two bullet points, with single-backslash), and \\wsl\ (after Enter:, no dollar sign).

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-containers

Suggested Improvements

No response

mikaello commented 1 year ago

Hm, on my computerâ„¢ it is another option that seems to be correct:

This is also what the source markdown file says:

https://github.com/MicrosoftDocs/WSL/blob/01a25e45b72056c3b37daf5098b08acd08957790/WSL/tutorials/wsl-containers.md?plain=1#L145-L147

It seems like it is escaping that removes it.

craigloewen-msft commented 1 year ago

The usage of \\wsl$\ is correct, you can also use \\wsl.localhost\

mikaello commented 1 year ago

But the problem was also single slash, is that correct?

Screenshot_20230419_082054_Chrome