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

Error when starting with "docker run --network ligase_default --expose 8008 --detach --name ligase ligase" #94

Open
llacqie opened this issue Sep 16, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@llacqie
Copy link

llacqie commented Sep 16, 2020

root@329229-ci77983:~# docker run --network ligase_default --expose 8008 --detach --name ligase ligase
ccd1cbc5fdce9d2b4a03f86144d250f844762920e86a086129c506fdef72fef8
root@329229-ci77983:~# docker logs $(docker ps -aql)
./start.sh: line 28: ./bin/engine-server: not found

@llacqie llacqie added the bug Something isn't working label Sep 16, 2020
@GenTang
Copy link
Contributor

GenTang commented Sep 26, 2020

root@329229-ci77983:~# docker run --network ligase_default --expose 8008 --detach --name ligase ligase
ccd1cbc5fdce9d2b4a03f86144d250f844762920e86a086129c506fdef72fef8
root@329229-ci77983:~# docker logs $(docker ps -aql)
./start.sh: line 28: ./bin/engine-server: not found

Thanks for your issue. @turnip-jing ,please take a look at this issue.

@kayamax
Copy link

kayamax commented Nov 2, 2020

any progress?? same problem here! or do you have any other working install.md, start.sh? tried on ubuntu lts 20.04.1

@ordigital
Copy link

Fix:

In Dockerfile add gcompat to apk add:
RUN apk add librdkafka gcompat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants