Windows Subsystem for Linux
Last updated
Was this helpful?
Last updated
Was this helpful?
→
→
If your OS version is compatible, you should update to WSL 2:
→
Microsoft
Scott Hanselman
Access Linux files from Windows system: open \\wsl$\Ubuntu\
in Windows Explorer (or %LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows*\LocalState\rootfs
)
Access Windows files from Linux subsystem: go to /mnt/c/users/<username>
Configuration (\\wsl$\Ubuntu\etc\wsl.conf
)
Memory issue
Zombie process
In Windows, look at the kube config
In Ubuntu, configure the kube context
In Docker settings, make sure to expose the daemon (in Settings > General > Expose daemon on tcp://localhost:2375 without TLS)
In Linux, make sure the DOCKER_HOST environment variable is set (echo $DOCKER_HOST
=> localhost:2375)
Incorrect date with WSL 2: ,
- October 30th, 2019
- April 07, 2020
Docker compose error:
- May 21, 2020
Issues with Minikube and systemd (to be validated against Ubuntu 20.04): , ,
- September 11, 2019