bgp-dashboard
bgp-dashboard copied to clipboard
Can't install
When i type command docker-compose build i got an error.

What should I do ?
Hi @Gerlowski I've put a PR in to fix this up, if you want to in the interim you can also pull a working (for me) copy from my fork.
@darkorb Thanks I have manage to install and run bgp-dashboard from your fork. I need some help with configuration. I want to monitor bgp sessions from 2 or 3 Mikrotik routers. How to configure gobgp.conf ?
This didn't work as of 5/20/2020.
So i did a little googling. New to Docker as well so didn't help. I was able to get everything up and running without issue by doing the following using the original rhicks git:
Edit these files: flask/Dockerfile gobgp/Dockerfile
and add the following right above "RUN apt-get update"
RUN sed -i 's/security/old-releases/' /etc/apt/sources.list RUN sed -i 's/archive/old-releases/' /etc/apt/sources.list
After i did that i killed the running containers and pruned docker. Then proceed to the last instruction again to build and run the containers.
Thanks @tldale that worked!!
Hi @Gerlowski I've put a PR in to fix this up, if you want to in the interim you can also pull a working (for me) copy from my fork.
Thanks @darkorb - that works great!