You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christopher Moore edited this page Feb 21, 2019
·
2 revisions
Docker quick start
One of the quickest ways to get Glyff up and running on your machine is by using Docker:
Build image
docker build -t glyff-node /home/user/glyff-node
Run docker
docker run -it glyff-node
This will start glyff in fast-sync mode with a DB memory allowance of 1GB just as the above command does. It will also create a persistent volume in your home directory for saving your blockchain as well as map the default ports.
Do not forget --rpcaddr 0.0.0.0, if you want to access RPC from other containers and/or hosts. By default, glyff binds to the local interface and RPC endpoints is not accessible from the outside.