https://github.com/akafeng/docker-bird
๐ณ Docker Image Packaging for BIRD
https://github.com/akafeng/docker-bird
bgp bird debian docker ospf
Last synced: 28 days ago
JSON representation
๐ณ Docker Image Packaging for BIRD
- Host: GitHub
- URL: https://github.com/akafeng/docker-bird
- Owner: akafeng
- License: apache-2.0
- Created: 2021-08-11T13:32:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-05-11T07:31:45.000Z (about 1 month ago)
- Last Synced: 2026-05-11T08:37:35.480Z (about 1 month ago)
- Topics: bgp, bird, debian, docker, ospf
- Language: Dockerfile
- Homepage: https://ghcr.io/akafeng/bird
- Size: 14.6 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BIRD
The BIRD project aims to develop a fully functional dynamic IP routing daemon.
Container Registry ยท
Project Source
---
### Pull The Image
```bash
$ docker pull ghcr.io/akafeng/bird
```
### Start Container
```bash
$ 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
```