Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 270 Bytes

README.org

File metadata and controls

9 lines (8 loc) · 270 Bytes

Build Image

docker build . -t dhyan/ethereum:1.10.11

Start Ethereum container

docker run -it -v $(pwd)/data:/home/ethereum/.ethereum -p 8545:8545 dhyan/ethereum:1.10.11 geth --ropsten --http --http.addr 0.0.0.0