How to increase WSL/docker container performance on quite common laptop? How to increase WSL/docker container performance on quite common laptop? docker docker

How to increase WSL/docker container performance on quite common laptop?


Do development on linux file system "/home/yourdir" on WSL2

if you do development on Windows file system like "/mnt/c/yourdir",

Internally converting file format between Windows file(nstc) and linux file(extf) each other.

check other article.

docker on wsl2 very slow