Update documentation for WSL
This commit is contained in:
parent
10cb43b917
commit
370e27b919
|
@ -79,9 +79,9 @@ to user ID mismatches).
|
||||||
Vagrant supports enabling user access to provide seamless behavior and
|
Vagrant supports enabling user access to provide seamless behavior and
|
||||||
control between Vagrant on Windows and Vagrant on WSL. By setting the
|
control between Vagrant on Windows and Vagrant on WSL. By setting the
|
||||||
`VAGRANT_WSL_ACCESS_WINDOWS_USER` environment variable, Vagrant will
|
`VAGRANT_WSL_ACCESS_WINDOWS_USER` environment variable, Vagrant will
|
||||||
allow access to Vagrant managed machines in that user's home path, as
|
allow access to Vagrant managed machines in that user's home path in
|
||||||
well as share the `VAGRANT_HOME` directory. Below is a demonstration
|
Windows (`C:\Users\vagrant` for example), as well as share the `VAGRANT_HOME`
|
||||||
of the behavior:
|
directory. Below is a demonstration of the behavior:
|
||||||
|
|
||||||
```
|
```
|
||||||
C:\Users\vagrant> bash
|
C:\Users\vagrant> bash
|
||||||
|
@ -108,9 +108,9 @@ are unsure of how this may affect your system, do not enable this feature.
|
||||||
|
|
||||||
## Using Docker
|
## Using Docker
|
||||||
|
|
||||||
The docker daemon cannot be run in side the Windows Subsystem for Linux. However,
|
The docker daemon cannot be run inside the Windows Subsystem for Linux. However,
|
||||||
the daemon _can_ be run on Windows and accessed by Vagrant while running in the
|
the daemon _can_ be run on Windows and accessed by Vagrant while running in the
|
||||||
WSL. Once docker is installed and running on windows, export the following
|
WSL. Once docker is installed and running on Windows, export the following
|
||||||
environment variable to give Vagrant access:
|
environment variable to give Vagrant access:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue