Лучшая ачивка месяца
Successfully setup docker for windows
Needed to run project under windows. And such combination has a lot of problems. Main takeaways: - install docker for windows with WSL2 (otherwise filesystem will not work correctly and mysql container will just break); - you can add more memory by C:\Users\myname\.wslconfig [wsl2] memory=10GB - use only native docker volumes for win and macos - it speedups file work 2-5x, for linux doesn’t matter; - in the end, don’t forget to switch off unneeded debug tools, they also slows down your project.