-
Notifications
You must be signed in to change notification settings - Fork 238
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
Can't start any nodes. #36
Comments
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 |
@imaybebatman try |
@ibanezje it's different issue you hit, you have to comment out or adjust
to be
Same for https://github.com/Capgemini-AIE/ethereum-docker/blob/master/docker-compose.yml#L40
hth |
@kemenesbalazs you should open new issue, try |
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.
The text was updated successfully, but these errors were encountered: