ddorgan/blockbench-docker

Connection to 10.0.0.3 and 10.0.0.4 failed. Port:8545

Opened this issue · 0 comments

I got this when I run the third command 
    cd blockbench/benchmark/parity/ && python run.py start -smallbank
I have modified the ssh public key part in the dockerfile so that my computer could visit the internal ip address of those containers without password .The connection to servers like 10.0.0.3 and 10.0.0.4 failed . The information is as follows :
curl: (7) Failed to connect to 10.0.0.4 port 8545: connection refused

What should I do?