You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 triedfind . -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
The text was updated successfully, but these errors were encountered: