Skip to content

Unable to build udata Docker image on Windows #213

@ycarfantan

Description

@ycarfantan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions