-
Notifications
You must be signed in to change notification settings - Fork 313
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
chore: add Dockerfile for keygen & signing example codes #88
base: master
Are you sure you want to change the base?
Conversation
Can you edit the title and the description before we can merge this PR? Ideally we would like more details on what this DockerFile will do if we run it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@omershlo You can squash and merge (make sure to select this option). |
@HAOYUatHZ how do I test it on my computer? |
@omershlo for now u can try it this way
once entering the container, run
then open another window, run this script
Note that this only runs sm_manager inside docker but not keygen_client and sign_client. I will write a better |
is there a way to get "1 click" solution? |
no problem. I will write a 'run.sh' for it. |
... Signed-off-by: HAOYUatHZ <[email protected]>
53860ad
to
11055fd
Compare
@omershlo now you can run (But for the first time you will need to run |
This Dockerfile compiles
examples/sm_manager.rs
,examples/gg18_keygen_client.rs
&examples/gg18_sign_client.rs
,and build an docker image for cross-platform use.