ethereum-docker icon indicating copy to clipboard operation
ethereum-docker copied to clipboard

Can't start any nodes.

Open ghost opened this issue 8 years ago • 5 comments

Hello there, I have a question, i can grab the repo and enter the folder "ethereum-docker", when i run the command "docker-compose -f docker-compose-standalone.yml up -d" it says "ethereumdocker_geth_1 is up-to-date", nothing more. I've managed to run the same command and get the response "ethereumdocker_geth_1 is up-to-date... done" at some point, but when i enter the ip and the port 8545 of the default virtual machine, i see nothing. So i ran the command "docker-compose ps" to see the container ive created and i don't see the ethereumdocker_geth_1, i don't know if i am missing something but i wanted to ask you, this is normal? i tried to follow this tutorial and i only managed to run the netstats node, i get the screen of the tutorial, the only different thing is that i don't have the 2 created nodes (the bootstrap node and the other one), so i want to know if i am missing something, i am using the docker toolbox.

ghost avatar Oct 18 '17 00:10 ghost

It looks like I'm having the same problems. I'm doing this on a windows 7 machine. In f.e. the bootstrap container it logs: standard_init_linux.go:195: exec user process caused "no such file or directory"

ibanezje avatar Nov 03 '17 11:11 ibanezje

#37 Different error on same line with multi-node docker: standard_init_linux.go:195: exec user process caused "exec format error" with the error message: ERROR: Service 'bootstrap' failed to build: The command '/bin/sh -c apk add --update git bash nodejs nodejs-npm perl' returned a non-zero code: 1

kembala avatar Nov 15 '17 14:11 kembala

@imaybebatman try docker-compose down to clear old mess and then docker-compose up if you want geth and netstats

katopz avatar Nov 22 '17 04:11 katopz

@ibanezje it's different issue you hit, you have to comment out or adjust docker-compose.yml at this line

- /etc/localtime:/etc/localtime:ro

to be

# - /etc/localtime:/etc/localtime:ro

Same for https://github.com/Capgemini-AIE/ethereum-docker/blob/master/docker-compose.yml#L40

    #volumes:
    #  - /etc/localtime:/etc/localtime:ro

hth

katopz avatar Nov 22 '17 04:11 katopz

@kemenesbalazs you should open new issue, try docker system prune and rebuild, if it not work try other machine ;)

katopz avatar Nov 22 '17 05:11 katopz