https://github.com/ether1project/etho-flux
https://github.com/ether1project/etho-flux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ether1project/etho-flux
- Owner: Ether1Project
- Created: 2022-10-22T17:15:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T16:25:37.000Z (over 3 years ago)
- Last Synced: 2025-03-11T13:41:47.772Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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