jauderho/gobgp

By jauderho

Updated 1 day ago

GoBGP is an open source BGP implementation. https://github.com/osrg/gobgp

Image
Networking
3

50K+

jauderho/gobgp repository overview

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

Build Status Version Docker Pulls Image Size

Up to date multi-platform images are built an hour after upstream release and rebuilt at least once a week.

Tag summary

Content type

Image

Digest

sha256:15ccd211a

Size

14.6 MB

Last updated

1 day ago

docker pull jauderho/gobgp