EOS.IO DAWN 2.0 DOCKER INSTALLATION

in docker •  7 years ago  (edited)

git clone https://github.com/EOSIO/eos.git --recursive

cd eos/Docker
git checkout DAWN-2018-01-05
docker build --rm -t eosio/eos .

docker run --detach \
--name eosd \
--publish 8888:8888 --publish 9876:9876 \
-t eosio/eos \
start_eosd.sh

docker exec eosd /opt/eos/bin/eosc get info

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!