Skip to content

mikenowak/docker-exabgp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-exabgp

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.

About

ExaBGP in a Docker container. Anycast your services running in Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages