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

Not able to start up a single Ethereum node #39

Open
ErikvdVen opened this issue Jan 5, 2018 · 6 comments
Open

Not able to start up a single Ethereum node #39

ErikvdVen opened this issue Jan 5, 2018 · 6 comments

Comments

@ErikvdVen
Copy link

ErikvdVen commented Jan 5, 2018

This is my response after running (somehow I cannot use docker-compose without sudo):

$ sudo docker-compose -f docker-compose-standalone.yml up -d

response:

erik@Erik-Ubuntu:~/Development/ethereum-docker$ sudo docker-compose -f docker-compose-standalone.yml up -d
Creating network "ethereumdocker_default" with the default driver
Starting ethereumdocker_geth_1

But I'm not able to start the web interface by executing:

xdg-open http://$(docker-machine ip default):8545

First I had to install docker-machine (which wasn't installed on my Ubuntu machine along with the toolbox). After installing docker-machine I had to create a machine, so I did and called it default. Still Google Chrome returns a "This site can’t be reached" page. Even on port 3000

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...

@jshaw-cm
Copy link

If you take the -d off of

sudo docker-compose -f docker-compose-standalone.yml up -d

Do you get some more info?

@Ajeeshb
Copy link

Ajeeshb commented Sep 18, 2018

I am getting this error

Attaching to ethereumdocker_geth_1
geth_1 | invalid command: "init=/root/files/genesis.json"
ethereumdocker_geth_1 exited with code 1

@jshaw-cm
Copy link

jshaw-cm commented Sep 18, 2018

I am getting this error

Attaching to ethereumdocker_geth_1
geth_1 | invalid command: "init=/root/files/genesis.json"
ethereumdocker_geth_1 exited with code 1

can you post your dockerfile or the entire command? @Ajeeshb

@AhmedKamal20
Copy link

AhmedKamal20 commented Nov 11, 2018

@shawmjustin

https://github.com/Capgemini-AIE/ethereum-docker/blob/dca99d32b56f69f8795c8e5ff1696ba0fa594307/docker-compose-standalone.yml#L5

Same error on Linux Ubuntu

$ docker-compose -f docker-compose-standalone.yml up

Starting ethereum-docker_geth_1_9bee553b0982 ... done
Attaching to ethereum-docker_geth_1_9bee553b0982
geth_1_9bee553b0982 | invalid command: "init=/root/files/genesis.json"
ethereum-docker_geth_1_9bee553b0982 exited with code 1

@ww8912188
Copy link

Exactly the same issue on my side...

@RCF1991
Copy link

RCF1991 commented Aug 24, 2021

I have the same, did someone solved this?

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

No branches or pull requests

6 participants