/yggdrasil-docker

Yet another Yggdrasil in Docker repo

Primary LanguageDockerfile

Yggdrasil in Docker

This is yet another implementation of Yggdrasil in Docker

Starting

  1. 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
  2. Pick some peers and from public list
  3. Run: docker compose up -d