Docker runs on top of WSL by default, and hence if we have a docker-compose.yaml file that mount local Windows path on docker, e.g. D:\my-big-laravel-project\
A composer install can take forever to complete, some of the steps could even trigger the d...