Giter Site home page Giter Site logo

bird-rtrlib-cli-docker's Introduction

bird-rtrlib-cli-docker

quick and dirty Docker instance of rtrlib and bird-rtrlib.

how to run

At the moment, the following seems to work... more work needed though:

Badges

V4, Cloudflare Server, Ubuntu

docker run -it --name bird-rtrlib-cli-v4 -v /run/bird/:/run/bird/ tiernano/bird-rtrlib-cli-docker /tmp/bird-rtrlib-cli-0.1.1/bird-rtrlib-cli -b /run/bird/bird.ctl -r rtr.rpki.cloudflare.com:8282

V6, Cloudflare Server, Ubuntu

docker run -it --name bird-rtrlib-cli-v6 -v /run/bird/:/run/bird/ tiernano/bird-rtrlib-cli-docker /tmp/bird-rtrlib-cli-0.1.1/bird-rtrlib-cli -b /run/bird/bird6.ctl -r rtr.rpki.cloudflare.com:8282

Parameters

  • --name bird-rtrlib-cli-v6 - name your docker instance
  • -v /run/bird/:/run/bird/ - where does bird put its ctl files? on ubuntu its /run/bird. on the docker instance, it is also /run/bird. If bird (on the host) has files are /var/run/bird, then change this to -v /var/run/bird:/run/bird. First part is where on the host to go. second is where in the container to go.
  • /tmp/bird-rtrlib-cli-0.1.1/bird-rtrlib-cli - the path to the file inside the container to run... yea, probably going to fix this to something else...
  • -b /run/bird/bird6.ctl - bind to the correct bird control file. bird.ctl is V4, bird6.ctl is V6. (this is bird 1.6... 2.0 may be different)
  • -r rtr.rpki.cloudflare.com:8282 - Server to get RPKI data from. Cloudflare's is public, so i use that. You can run your own or use someone elses too... just change the address here.

Any more info

Not yet, but stay tuned...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.