Skip to content
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

feat(docker): add docker node support #129

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

LuttyYang
Copy link
Collaborator

@LuttyYang LuttyYang commented Sep 18, 2024

According to the #153 requirements, we need to support starting the RPC node with Docker. This PR implements the functionality to start a Story's RPC node and localnet using Docker.

issue: #153

@@ -0,0 +1,11 @@
FROM ubuntu:22.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you use a lightweight base image?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coinbase requires using Ubuntu 20 or higher as the base image, rather than Alpine or Debian.

Signed-off-by: lutty <lutty@lutty.me>
Signed-off-by: lutty <lutty@lutty.me>
@jdubpark
Copy link
Contributor

Is there a way for us to unify modifications to the genesis and config files in node-launcher with the genesis and config files in 1+1, 1+2, and 1+4? A lot of moving pieces otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants