Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmazoyer/docker-bird

Yet another BIRD Docker image
https://github.com/gmazoyer/docker-bird

bird docker docker-image routing

Last synced: 11 days ago
JSON representation

Yet another BIRD Docker image

Awesome Lists containing this project

README

        

# BIRD Docker Image

Yet another [BIRD](https://bird.network.cz/) Docker image.

This image is built on Alpine. It is built in two stages. The first stage will
compile BIRD while the second stage will copy only the relevant files.

It can be run quite simply with:

```
docker run -it --rm -v $(pwd)/bird.conf:/etc/bird/bird.conf bird:2.0.9
```

This command will use a `bird.conf` file located in the current directory as
BIRD configuration file. On exit, the container will be removed (`--rm`).