Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build udata Docker image on Windows #213

Open
ycarfantan opened this issue Nov 27, 2020 · 1 comment
Open

Unable to build udata Docker image on Windows #213

ycarfantan opened this issue Nov 27, 2020 · 1 comment

Comments

@ycarfantan
Copy link

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

@abulte
Copy link
Contributor

abulte commented Nov 27, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants