This is yet another implementation of Yggdrasil in Docker
- Clone repo and generate default Yggdrasil configuration:
git clone https://github.com/WGOS/yggdrasil-docker.git cd yggdrasil-docker mkdir ./conf docker compose run yggdrasil yggdrasil -genconf > conf/yggdrasil.conf
- Pick some peers and from public list
- Run:
docker compose up -d