Skip to content

feat(cli): add Docker support and usage instructions in README #151

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

khuzama98
Copy link

Add the Docker support to Rex CLI with usage instructions in README file.

Resolves #136

Closes #136

@khuzama98 khuzama98 requested a review from a team as a code owner July 6, 2025 05:43
@khuzama98 khuzama98 changed the title feat(docker): add Docker support and usage instructions in README feat(cli): add Docker support and usage instructions in README Jul 6, 2025

# Run rex commands
docker run --rm rex --help
docker run --rm rex balance 0x... --rpc-url https://ethereum.node.url

Choose a reason for hiding this comment

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

The command doesn't seem to have a --rpc-url flag, the rpc url is passed directly without it, same with the other commands


# Run rex commands
docker run --rm rex --help
docker run --rm rex balance 0x... --rpc-url https://ethereum.node.url

Choose a reason for hiding this comment

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

I think it would be better to state the example commands as
docker run --rm rex balance <ADDRESS> <RPC_URL>
So that they are easier to follow

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.

Add Dockerfile
2 participants