Start a EOS Blockchain Server running on the Mainnet in seconds with Docker.
AGENT_NAMEgive your server a nameIP_ADDRESSIP Address for the serverSERVER_NAMEProducer nameSIGNATURE_PUBSignature provider public keySIGNATURE_PRIVSignature provider private key
You can mount a directory to this Docker image to keep the blockchain data persistent. Mount your directory with /opt/eosio/bin/data-dir.
docker run -it -v /home/EOSDATA-DIR:/opt/eosio/bin/data-dir -p 8888:8888 -p 9876:9876 -e IP_ADDRESS='192.168.1.1' -e AGENT_NAME='EOSserver' elementgroup/eos