yggdrasil/README.md
Knut Ahlers 1ab90c0c65
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-27 13:05:01 +01:00

22 lines
492 B
Markdown

# luzifer-docker / yggdrasil
Run [Yggdrasil](https://yggdrasil-network.github.io/) node in a Docker container
## Usage
```bash
## 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
```