Skip to content

ruvcoindev/ruvchain-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruvchain-docker / ruvchain

Run ruvchain-go node in a Docker container

Usage

## Build container (optional)
$ docker build -t ruvcoindev/ruvchain-go .

## Create config and action file (if you don't the config will be
## generated on first run)
$ tree
.
└── ruvchain.conf

0 directories, 2 files

## Execute ruvchain node
$ docker run --rm -ti --net=host --cap-add=NET_ADMIN --device=/dev/net/tun -v $(pwd):/config ruvchain-go/ruvchain-go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published