Forked from https://github.com/mikenowak/docker-exabgp to add autobuild and simplify the Dockerfile.
A simple docker container to announce unicast routes for docker containers.
This container is based on Alpine Linux, in an effort to keep it as small as possible.
The container works with NET_ADMIN capabilities and net=host to add loopback interfaces to the
host OS (in my case CoreOS).
The routes are then advertised to neighbours.
Run as follows:
docker run -d --name exabgp --restart always -p 179:179 \
--cap-add=NET_ADMIN --net=host \
-v exabgp-conf:/usr/etc/exabgp mikenowak/exabgp
PRs welcome.
Content type
Image
Digest
Size
38.5 MB
Last updated
almost 7 years ago
docker pull anthony25/exabgp