2021-03-29 08:53:27 -07:00
2021-03-29 08:52:45 -07:00
2021-03-29 08:52:45 -07:00
2021-03-29 08:52:45 -07:00
2021-03-29 08:52:45 -07:00

OpenBMP docker files

Docker files for OpenBMP.

(Prerequisite) Platform Docker Install

Ignore this step if you already have a current docker install

####NOTE You should use the latest docker version, documented in this section.

Follow the instructions on https://docs.docker.com/get-docker/

Optionally add a non-root user to run docker as

usermod -aG docker ubuntu

# Logout and log back so the group takes affect. 

Optionally configure /etc/default/docker (e.g. for proxy config)

export http_proxy="http://proxy:80/"
export https_proxy="http://proxy:80/"
export no_proxy="127.0.0.1,openbmp.org,/var/run/docker.sock"

Make sure you can run 'docker run hello-world' successfully.

Install OpenBMP using Docker

Each docker file contains a readme file, see below:

Install OpenBMP using docker-compose

Docker Compose is used to run several containers. It also handles restarting containers on reboot/restart.

docker-compose up
Description
OpenBMP + ExaBGP route injector stack — BGP monitoring for CML IOS-XR lab
Readme BSD-3-Clause 879 KiB
Languages
Vue 32.1%
Python 29.5%
PLpgSQL 17.1%
Shell 13.2%
Dockerfile 7%
Other 1.1%