-
Notifications
You must be signed in to change notification settings - Fork 239
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
Not able to start up a single Ethereum node #39
Comments
If you take the -d off of
Do you get some more info? |
I am getting this error Attaching to ethereumdocker_geth_1 |
can you post your dockerfile or the entire command? @Ajeeshb |
@shawmjustin Same error on Linux Ubuntu $
|
Exactly the same issue on my side... |
I have the same, did someone solved this? |
This is my response after running (somehow I cannot use docker-compose without sudo):
response:
But I'm not able to start the web interface by executing:
First I had to install
docker-machine
(which wasn't installed on my Ubuntu machine along with the toolbox). After installingdocker-machine
I had to create a machine, so I did and called itdefault
. Still Google Chrome returns a "This site can’t be reached" page. Even on port3000
It seems like it does not run docker-compose on the default docker-machine and I cannot figure out how to. What does work, is starting a complete cluster on localhost by executing
sudo docker-compose up
. But I would like to run the standalone version...The text was updated successfully, but these errors were encountered: