ODK Central Command Line Tools - Unable to create admin user

I have installed ODK Central successfully on windows. Every thing is working and I can see the login page. The problem emerges when I try to create the admin user as explained in the documentation. when I run the below command:
docker-compose exec service odk-cmd --email mhhussaini@gmail.com user-creat
I get the following error:
OCI runtime exec failed: exec failed: container_linux.go:370: starting container process caused: no such file or directory: unknown
I tried running only docker-compose exec service odk-cmd but I get the same error again.
Appreciate any help from the community

Solved. By Changing the EOL of files/service/odk-cmd form CLRF to LF, Rebuilding and Rerunning the docker-compose

1 Like