OffchainLabs / eth-pos-devnet

MIT License
103 stars 124 forks source link

ERROR: for geth-genesis Container "71fabd545295" exited with code 1. ERROR: for beacon-chain Container "71fabd545295" exited with code 1. #35

Closed Gopal-Gurram closed 10 months ago

Gopal-Gurram commented 10 months ago

getting the below after using the repo and not able to create docker containers for the project? Creating eth-pos-devnet_create-beacon-chain-genesis_1 ... done

ERROR: for geth-genesis Container "71fabd545295" exited with code 1.

ERROR: for beacon-chain Container "71fabd545295" exited with code 1. ERROR: Encountered errors while bringing up the project.

rauljordan commented 10 months ago

Hi @Gopal-Gurram this should now be fixed. Pull the latest master and run ./build.sh then docker compose up -d and everything should be operational. Let me know if this still persists and I can reopen