-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Feature Request] support geth docker image #50
Comments
…itions Add IDE filenames to .gitignore
Hey! I can help out with this issue if i get a simple green flag. Let me take this up? :) |
Thanks, @0x0elliot , we'd appreciate the help. Consider yourself green-flagged. |
Alright, Let me revisit this issue this weekend :) A head's up on where to look and what files to edit would be really cool meanwhile. I will figure this out anyways when I come back to it. |
@pacrob ^ |
interesting. the source code seems heavily dependent on directories and commands being present. so to add docker support, the easiest way to go is to add a the first step seems like converting every command to a docker exec command which uses the docker geth binary to do the necessary. would make my first draft. might be a bit buggy, hoping for eventual completeness with time :) i would also take this feature very slowly, hopefully with the help of one of the maintainers!
|
#180 to keep track of changes |
would appreciate continuous feedback on this PR @pacrob :) this is going to be a long one. i also don't want to wait too long before our first merge. any strategy? my idea is to slowly add docker support with each PR for a certain set of features. a milestone based suggestion from you would help out a bunch :) |
this PR for ready for basic feedback now! i will continue post a basic review next weekend. |
Hey @0x0elliot , thanks for getting this going. I'm going through the PR now. My first thought is indeed "wow, this is going to be bigger than I thought", but I don't have any better ideas at the moment. I'll think on it and get back to you. It'll need to stay a feature branch as long as any tests aren't passing, but as long as it's regularly rebased that shouldn't be a huge problem. |
it's weekend again. getting to the rest of the features today. one quick thing though @pacrob i don't think it's good to let it stay in the feature branch for too long after all tests are passing. better to release unstable broken things to the community so we have a bunch of feedback to work off of than to procrastinate on release. |
I think it would be cool if this package does not only support interfacing with
geth
as a subprocess, but alsogeth
running in a docker container using the official geth image!Thanks
Cute Animal Picture
From https://github.com/jaseg/lolcat
The text was updated successfully, but these errors were encountered: