Pana / conflux-docker-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conflux-rust-docker

Conflux-rust is a implementation of the Conflux protocol with Rust. This is the docker image of Conflux-rust.

Warning

Only use this image run a test/dev mode conflux-chain, don't use this for the formal online environment. When node runs up, it will init 10 genesis account, each with 1000 CFX.

Tags

  • 0.5.0.2

How to run

$ docker pull pana/conflux-rust

Simple run a node in frontground

$ docker run -p 12537:12537 --name cfx-node pana/conflux-rust

Run with local config and data

You can attach a folder on local machine to container, in which folder should include conflux config file, or even genesis_secret, genesis_account file。When conflux client run up, chain data will also save to this folder。

$ docker run -p 12537:12537 -v $(pwd)/run:/root/run --name cfx-node pana/conflux-rust

About


Languages

Language:JavaScript 69.4%Language:Dockerfile 23.0%Language:Shell 7.6%