/yggdrasil

Run Yggdrasil node in a Docker container

Primary LanguageShellApache License 2.0Apache-2.0

luzifer-docker / yggdrasil

Run Yggdrasil node in a Docker container

Usage

## Build container (optional)
$ docker build -t luzifer/yggdrasil .

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

0 directories, 2 files

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