Run Yggdrasil node in a Docker container
Go to file
Knut Ahlers ea19f33388
Yggdrasil 0.3.4
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-03-13 02:41:06 +01:00
Dockerfile Yggdrasil 0.3.4 2019-03-13 02:41:06 +01: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

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