Start Docker container
export mypass=secretclefpassword
export YYY=$HOME'/truebit-docker'export mypass=secretclefpassword
export YYY=$HOME'/truebit-docker'SET mypass=mypassword
SET YYY=%userprofile%/truebit-dockerdocker run -e TBPASS=$mypass --network host -v $YYY/docker-clef:/root/.clef -v $YYY/docker-geth:/root/.ethereum -v $YYY/docker-ipfs:/root/.ipfs -v $YYY/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bashdocker run -e TBPASS=$mypass --network host -v $YYY/docker-clef:/root/.clef -v $YYY/docker-geth:/root/.ethereum -v $YYY/docker-ipfs:/root/.ipfs -v $YYY/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bashdocker run -e TBPASS=%mypass% --network host -v %YYY%/docker-clef:/root/.clef -v %YYY%/docker-geth:/root/.ethereum -v %YYY%/docker-ipfs:/root/.ipfs -v %YYY%/docker-consensus:/root/.eth2 --name truebit -dit truebitprotocol/truebit-eth:latest /bin/bashLast updated