-
-
Save projectoperations/71668da9865a4691a3d60a76cc28fcb0 to your computer and use it in GitHub Desktop.
WSL Example Config /etc/wsl.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # See MS Blog https://blogs.msdn.microsoft.com/commandline/2018/02/07/automatically-configuring-wsl/ | |
| # Let’s enable extra metadata options by default | |
| [automount] | |
| enabled = true | |
| root = "/mnt/" | |
| options = "metadata,umask=22,fmask=11" | |
| mountFsTab = true | |
| # Let’s enable DNS – even though these are turned on by default, we’ll specify here just to be explicit. | |
| [network] | |
| generateHosts = true | |
| generateResolvConf = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment