-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install #3
Comments
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: and add the following right above "RUN apt-get update" RUN sed -i 's/security/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!! |
Thanks @darkorb - that works great! |
When i type command
docker-compose build
i got an error.What should I do ?
The text was updated successfully, but these errors were encountered: