akafeng / docker-bird

🐳 Docker Image Packaging for BIRD
https://ghcr.io/akafeng/bird
Apache License 2.0
8 stars 2 forks source link
bgp bird debian docker ospf

BIRD

The BIRD project aims to develop a fully functional dynamic IP routing daemon.

Container Registry · Project Source


Pull The Image

$ docker pull ghcr.io/akafeng/bird

Start Container

$ docker run -d \
  -v /etc/bird/:/etc/bird/ \
  --cap-add=NET_ADMIN \
  --cap-add=NET_BROADCAST \
  --cap-add=NET_RAW \
  --network=host \
  --restart=always \
  --name=bird \
  ghcr.io/akafeng/bird