Run Yggdrasil node in a Docker container
Go to file
Travis Automated Update 0bf8cb8292 Yggdrasil 0.3.16
2021-03-20 16:50:35 +00:00
.travis.yml Add auto-update 2019-08-18 12:48:54 +02:00
Dockerfile Yggdrasil 0.3.16 2021-03-20 16:50:35 +00:00
LICENSE Initial version 2018-12-27 13:05:01 +01:00
README.md Initial version 2018-12-27 13:05:01 +01:00
start.sh Initial version 2018-12-27 13:05:01 +01:00
update.sh Fix update check 2019-09-28 13:42:45 +02:00

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