You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, if some one wants to test run dcr, he has to use a Linux machine and has to go through the hassle of installing all the dependencies. I want to make it easier by allowing the demonstration to run on any host.
Prepare
Dockerize dcr and add ENTRYPOINT of dcr run -p sample/init_collaboration. It's better to update docs on how to interact with containerized binary.
The text was updated successfully, but these errors were encountered:
Cool, @akankshar05. Thanks for taking an interest in my project. This issue is yours. Please go through the relevant guidelines and docs. Name the branch feat.dockerize_dcr. Let me know if you have any other queries.
Description
As of now, if some one wants to test run dcr, he has to use a Linux machine and has to go through the hassle of installing all the dependencies. I want to make it easier by allowing the demonstration to run on any host.
Prepare
Dockerize dcr and add ENTRYPOINT of
dcr run -p sample/init_collaboration
. It's better to update docs on how to interact with containerized binary.The text was updated successfully, but these errors were encountered: