Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 525 Bytes

Readme.md

File metadata and controls

23 lines (16 loc) · 525 Bytes

docker-yanic

This is the basic building block for having a mapserver. First integrating yanic and allowing it to runon docker-enabled hosts.

Usage

Ensure that the multicast traffic is leaving the node through the correct interface. For example, if mmfd0 is to be used:

ip -6 r add ff05::2:1001/128 dev mmfd0 table local

Then run the container:

export CONFIGURATION="$(cat config.toml)"
docker run -it -e "CONFIGURATION" --network host yanic

License

This is free software under the BSD-2 license