Can't start any nodes.
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.
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"
#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
@imaybebatman try docker-compose down to clear old mess and then docker-compose up if you want geth and netstats
@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
@kemenesbalazs you should open new issue, try docker system prune and rebuild, if it not work try other machine ;)