docker-udata
docker-udata copied to clipboard
Unable to build udata Docker image on Windows
Hello and thanks for your work !
Detailed Description
I've been struggling to make udata work on my Windows laptop.
I tried to docker-compose up
on the project root folder but the udata image exit with this error : udata_1 | standard_init_linux.go:211: exec user process caused "no such file or directory"
which looks like a line-ending issue. I tried every solution mentioned in this StackOverflow post without any results. In particular, I tried find . -type f -print0 | xargs -0 dos2unix
which converts every line-endings to unix ones in all files recursively, but it does not work.
Do you have any idea to make this work on Windows ?
Environment
Windows 10 professional 64bits Docker toolbox using a VirtualBox VM Docker version version 19.03.1 docker-compose version 1.24.1 docker-udata up-to-date with the master branch Git Bash for Windows
Hi,
I'm afraid nobody on our team is running Windows so we won't be of much help to diagnose problems. Sorry for that.