An open API service indexing awesome lists of open source software.

https://github.com/ether1project/etho-flux


https://github.com/ether1project/etho-flux

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# etho-flux

## Build
With docker installed you can build an image with:

make build

## Push image to docker
To push to image to docker:

sudo docker login

Tag the image properly for deploy:

sudo docker tag etho_ipfs_node ethoprotocol/etho_ipfs_node:latest

To push the image:

sudo docker push ethoprotocol/etho_ipfs_node