My local OS is Windows 10 and i installed Ubuntu and activated WSL2. After that, i downloaded the Docker Desktop windows installer and started working with containers.
This means that our windows have to constantly communicate with the WSL and thats why im having speed/performance issues? What could be a solution? I thougth maybe installing Docker Desktop linux installer directly on Ubuntu?
Tried dev containers on vscode, clonning a repo directly inside a container already on WSL. But if i have installed Windows version i think the problem will persist until i switch to linux installation?
How can i eliminate the cross-OS communication??
Thanks!