Docker desktop and WSL2 replacing the virtual disk location

With the introduction of WSL2 on Windows 10 version 2004, docker desktop can use WSL2 instead of using Microsoft Hyper-V directly, you can check more about using WSL2 as the Docker Desktop backend here https://docs.docker.com/docker-for-windows/wsl/. Once you install Docker Desktop and enable the support for WSL2 it will create 2 Windows Subsystem for Linux distribution: … Read More

Running IntellijIdea on WSL2

Anyone that has been experimenting with WSL2 (also WSL1) knows that the integration with Visual Studio Code is really great, but even with the extensions that it provides for Java I believe that it still lacks a little bit compared with other java IDEs. I know that running X11 on WSL2 isn’t a big deal, … Read More