Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gmazoyer/docker-bird
- Owner: gmazoyer
- License: gpl-3.0
- Created: 2021-04-18T12:31:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T04:06:55.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:27:10.341Z (6 months ago)
- Topics: bird, docker, docker-image, routing
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).