We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like the bridge network for standalone version is not working.
$ docker version Client: Version: 18.06.1-ce API version: 1.38 Go version: go1.10.3 Git commit: e68fc7a Built: Tue Aug 21 17:21:31 2018 OS/Arch: darwin/amd64 Experimental: false Server: Engine: Version: 18.06.1-ce API version: 1.38 (minimum version 1.12) Go version: go1.10.3 Git commit: e68fc7a Built: Tue Aug 21 17:29:02 2018 OS/Arch: linux/amd64 Experimental: true $ docker-compose version docker-compose version 1.22.0, build f46880f docker-py version: 3.4.1 CPython version: 3.6.4 OpenSSL version: OpenSSL 1.0.2o 27 Mar 2018 $ cat docker-compose-standalone.yml version: '2' services: geth: image: ethereum/client-go command: --datadir=/root/.ethereum/devchain --nodekeyhex=091bd6067cb4612df85d9c1ff85cc47f259ced4d4cd99816b14f35650f59c322 --rpcapi "db,personal,eth,net,web3" --rpccorsdomain='*' --networkid=1234 --rpc --rpcaddr="0.0.0.0" init=/root/files/genesis.json --mine volumes: - ./files/password:/root/files/password:ro - ./files/genesis.json:/root/files/genesis.json:ro - ./files/keystore:/root/.ethereum/devchain/keystore:rw ports: - "30303:30303" - "30303:30303/udp" - "8545:8545" $ docker-compose -f docker-compose-standalone.yml up Starting ethereum-docker_geth_1 ... error ERROR: for ethereum-docker_geth_1 Cannot start service geth: b'network db00b6e6970542f8ad5006caa9a70cca3eeb306169a737a5ca9737d82c4df5dd not found' ERROR: for geth Cannot start service geth: b'network db00b6e6970542f8ad5006caa9a70cca3eeb306169a737a5ca9737d82c4df5dd not found' ERROR: Encountered errors while bringing up the project.
Can someone help me?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems like the bridge network for standalone version is not working.
Can someone help me?
Thanks.
The text was updated successfully, but these errors were encountered: