We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
Thanks for your issue. @turnip-jing ,please take a look at this issue.
Sorry, something went wrong.
any progress?? same problem here! or do you have any other working install.md, start.sh? tried on ubuntu lts 20.04.1
In Dockerfile add gcompat to apk add: RUN apk add librdkafka gcompat
Dockerfile
gcompat
apk add
RUN apk add librdkafka gcompat
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: