fflo/bird
BIRD Routing Daemon Docker container based on Ubuntu 20.04 LTS.
To start a bird2 instance running the latest version:
$ docker run fflo/bird -v /YourPathTo/bird.conf:/bird/bird.conf:ro
Do not forget to expose your BIRD Routing Daemon port(s) needed for communitcation with peers. Most probably you may be using the Border Gateway Protocol (BGP) with BIRD which requires TCP port 179.
$ docker run fflo/bird -e 179:179 -v /YourPathTo/bird.conf:/bird/bird.conf:ro
docker pull fflo/bird