Skip to content

EOS Mainnet Server in a simple to use Docker Image

Notifications You must be signed in to change notification settings

element-group/eos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOS Mainnet Docker Image Docker Build Status

Start a EOS Blockchain Server running on the Mainnet in seconds with Docker.

Environment Variables

  • AGENT_NAME give your server a name
  • IP_ADDRESS IP Address for the server
  • SERVER_NAME Producer name
  • SIGNATURE_PUB Signature provider public key
  • SIGNATURE_PRIV Signature provider private key

Data Directory

You can mount a directory to this Docker image to keep the blockchain data persistent. Mount your directory with /opt/eosio/bin/data-dir.

Run the Server!

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

Releases

No releases published

Packages

No packages published

Languages