jauderho/gobgp
GoBGP is an open source BGP implementation. https://github.com/osrg/gobgp
50K+
Usage: docker run --rm -it -v $(pwd):/config jauderho/gobgp:latest
Create a gobgp.toml
in the current directory with the following:
[global.config]
as = 64512
router-id = "192.168.255.1"
[[neighbors]]
[neighbors.config]
neighbor-address = "10.0.255.1"
peer-as = 65001
[[neighbors]]
[neighbors.config]
neighbor-address = "10.0.255.2"
peer-as = 65002
See https://github.com/osrg/gobgp/blob/master/docs/sources/getting-started.md for more details
Up to date multi-platform images are built an hour after upstream release and rebuilt at least once a week.
docker pull jauderho/gobgp