docker on wsl2 very slow

后端 未结 6 1944
离开以前
离开以前 2021-01-01 17:13

After having read about the performance improvements when running Docker on wsl2, I have been waiting for the official release of Windows 10 that supports wsl2. I updated Wi

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 18:04

    wsl container have they proper filesystem isolated from the windows filesystem. The base idea is to copy your source code from windows file systeme to wsl file systeme.

    from window you can acces the wsl container and copy your project to a wslcontainer :

    navigate with explorer to \\wsl$

    rebuild the container from this location this will do the trick !

提交回复
热议问题