Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 372 Bytes

radvd in a box

...that's it.

This is an alpine box, so it's fairly small.

Running

Something along the lines of:

docker run --rm \
    --net=host --cap-add=NET_RAW \
    -v /etc/radvd/%i.conf:/etc/radvd.conf:ro \
    quay.io/rsrchboy/radvd -d 2 -m stderr

...substituting rsrchboy/radvd if you're in a hub mood :)

see also

man 5 radvd.conf