Run ruvchain-go node in a Docker container
## 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