Skip to content
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

Open
Gerlowski opened this issue Sep 24, 2019 · 5 comments
Open

Can't install #3

Gerlowski opened this issue Sep 24, 2019 · 5 comments

Comments

@Gerlowski
Copy link

When i type command docker-compose build i got an error.

778-401-max

What should I do ?

@darkorb
Copy link

darkorb commented Sep 28, 2019

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.

@ivanninet
Copy link

@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 ?

@tldale
Copy link

tldale commented May 25, 2020

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.

@zerosays
Copy link

zerosays commented Jun 1, 2020

Thanks @tldale that worked!!

@NoifP
Copy link

NoifP commented Oct 14, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants