Sign inSign up

anthony25/exabgp

By anthony25

Updated almost 7 years ago

Exabgp

Image
0

305

anthony25/exabgp repository overview

docker-exabgp

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.

Tag summary

Content type

Image

Digest

Size

38.5 MB

Last updated

almost 7 years ago

docker pull anthony25/exabgp