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
Thanks for you nice work! However I got into trouble when the following logs appeared when I ran the docker compose up And I need some help...
btc-service | >>> matchengine starting btc-service | matchengine.exe: no process found btc-service | process: matchengine version: 0.1.0, compile date: Sep 18 2018 11:08:06 btc-service | ./matchengine.exe: init process fail: -36: Operation not permitted btc-service | >>> readhistory starting btc-service | readhistory.exe: no process found btc-service | process: readhistory version: 0.1.0, compile date: Sep 18 2018 11:08:11 btc-service | ./readhistory.exe: init process fail: -27: Operation not permitted btc-service | >>> alertcenter starting... btc-service | alertcenter.exe: no process found btc-service | ./alertcenter.exe: init process fail: -26: Operation not permitted btc-service | process: blockmaster version: 0.1.0, compile date: Sep 18 2018 11:08:11 btc-service | >>> accesshttp starting... btc-service | accesshttp.exe: no process found btc-service | process: accesshttp version: 0.1.0, compile date: Sep 18 2018 11:08:09 btc-service | ./accesshttp.exe: init process fail: -29: Operation not permitted btc-service | >>> accessws starting... btc-service | accessws.exe: no process found btc-service | process: accessws version: 0.1.0, compile date: Sep 18 2018 11:08:10 btc-service | ./accessws.exe: init process fail: -40: Operation not permitted btc-service | >>> marketprice starting... btc-service | marketprice.exe: no process found btc-service | ./marketprice.exe: init process fail: -28: Operation not permitted btc-service | process: marketprice version: 0.1.0, compile date: Sep 18 2018 11:08:08
The text was updated successfully, but these errors were encountered:
Update: I manually started the *.exe with cmd
sudo docker exec -it --privileged btc-service /bin/bash . start.sh
--privileged matters maybe concept --privileged should be added to some dockerfile?
--privileged
Sorry, something went wrong.
Update:
I found this post useful as it provides a option privileged to enable the --privileged
privileged
No branches or pull requests
Thanks for you nice work!
However I got into trouble when the following logs appeared when I ran the docker compose up
And I need some help...
btc-service | >>> matchengine starting
btc-service | matchengine.exe: no process found
btc-service | process: matchengine version: 0.1.0, compile date: Sep 18 2018 11:08:06
btc-service | ./matchengine.exe: init process fail: -36: Operation not permitted
btc-service | >>> readhistory starting
btc-service | readhistory.exe: no process found
btc-service | process: readhistory version: 0.1.0, compile date: Sep 18 2018 11:08:11
btc-service | ./readhistory.exe: init process fail: -27: Operation not permitted
btc-service | >>> alertcenter starting...
btc-service | alertcenter.exe: no process found
btc-service | ./alertcenter.exe: init process fail: -26: Operation not permitted
btc-service | process: blockmaster version: 0.1.0, compile date: Sep 18 2018 11:08:11
btc-service | >>> accesshttp starting...
btc-service | accesshttp.exe: no process found
btc-service | process: accesshttp version: 0.1.0, compile date: Sep 18 2018 11:08:09
btc-service | ./accesshttp.exe: init process fail: -29: Operation not permitted
btc-service | >>> accessws starting...
btc-service | accessws.exe: no process found
btc-service | process: accessws version: 0.1.0, compile date: Sep 18 2018 11:08:10
btc-service | ./accessws.exe: init process fail: -40: Operation not permitted
btc-service | >>> marketprice starting...
btc-service | marketprice.exe: no process found
btc-service | ./marketprice.exe: init process fail: -28: Operation not permitted
btc-service | process: marketprice version: 0.1.0, compile date: Sep 18 2018 11:08:08
The text was updated successfully, but these errors were encountered: