-
Notifications
You must be signed in to change notification settings - Fork 8
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
cartesi run to rollups-node:2.x #116
base: prerelease/v2-alpha
Are you sure you want to change the base?
Conversation
|
Coverage Report for ./apps/cli
File CoverageNo changed files found. |
d8e88da
to
1b2868f
Compare
"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
] | ||
- /bin/bash |
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.
I usually don't like to use bash
as the command, and instead use the actual process we need to start.
Is this because of env variables?
I understand as well that we need the command stdout to go to a file, in the host .cartesi
directory. How are we doing that?
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.
Yeah, it was a way to debug with -x
About saving do the host, we'd need to mount it into the container and redirect to a file.
Or we'd need to save to a named volume and copy on another process with docker cp.
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.
mounting the volume is easy, but how to redirect to a file? Does the following work??
- ">"
- "filename"
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.
Support for environment variables will be added to the cartesi-rollups-cli
1b2868f
to
5c9f7c3
Compare
No description provided.