Skip to content

akafeng/docker-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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