10000 GitHub - AnCheTeng/docker-gcoin-community: Build gcoin with Docker!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AnCheTeng/docker-gcoin-community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-gcoin-community

Build gcoin with Docker! This is the Dockerfile for gcoin-community.

GitHub: OpenNetworking/gcoin-community

The Dockerfile is refer to the gcoin-community building guide Wiki.

Usage:

Edit the username and password in the gcoin.conf, then run the command:
sudo docker build -t gcoin-community .

Run a gcoin instance:
sudo docker run -d -P --name your-gcoin gcoin-community
sudo docker exec -it your-gcoin bash
./src/gcoind -daemon

You can check whether it is running:
sudo docker exec -it your-gcoin src/gcoin-cli getinfo

Have fun!

About

Build gcoin with Docker!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0