An open API service indexing awesome lists of open source software.

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

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
```