The Wayback Machine - https://web.archive.org/web/20200920084422/https://github.com/nanmu42/eos-docker
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

eos-docker

Build Status

EOS docker image for mainnet production.

Docker image is built and pushed to Docker Hub by Travis CI directly.

Usage

# clone
git clone https://github.com/nanmu42/eos-docker.git
cd eos-docker

# modify config.ini if you need
nano config.ini

# run!
docker volume create --name=nodeos-data-volume
docker volume create --name=keosd-data-volume
docker-compose up -d

Supported Version

see here.

You can’t perform that action at this time.