Sign inSign up

fflo/bird

By fflo

Updated almost 5 years ago

BIRD Internet Routing Daemon

Image
0

1.3K

fflo/bird repository overview

BIRD Routing Daemon on Docker

BIRD Routing Daemon Docker container based on Ubuntu 20.04 LTS.

Usage

To start a bird2 instance running the latest version:

$ docker run fflo/bird -v /YourPathTo/bird.conf:/bird/bird.conf:ro
Hint

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

Tag summary

Content type

Image

Digest

Size

54 MB

Last updated

almost 5 years ago

docker pull fflo/bird