Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 355 Bytes
docker run -it
docker run -it --fast --rpc --rpc-domain 0.0.0.0

Using Volumes

To persist downloaded blockchain data between container starts, use Docker volumes.

docker volume create ethereum-classic

docker run -it -v ethereum-classic:/root/.ethereum-classic <name of etc image>