Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 492 Bytes

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