Skip to content

Latest commit

History

History
37 lines (29 loc) 路 966 Bytes

README.md

File metadata and controls

37 lines (29 loc) 路 966 Bytes

BIRD

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

Container RegistryProject 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