Open tdutrion opened 5 years ago
To be honest and considering experiences I have had in between, it's not such an easy pick 😅
windows 10, docker toolbox, git bash
windows 10, docker toolbox, cmd
windows 10, docker toolbox, powershell
windows 10 pro, docker for windows, git bash
windows 10 pro, docker for windows, cmd
windows 10 pro, docker for windows, powershell
windows 10 pro, docker for windows, WSL2?
linux and OSX with toolbox and docker-for-mac
That's quite a lot to test, with many VMs I'm afraid... Not sure it's even solvable at all
While attempting to install the project on a Windows 10 using git bash, multiple problems are raised regarding the volume path.
pwd
command ("
pwd"
);C
at the end of the path, mitigated by usingMSYS_NO_PATHCONV=1
before the docker run command.