mirceaulinic / docker-bgpq3

Docker container for bgpq3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for bgpq3

Docker pulls

The lazy way to use bgpq3 without building from source, when a package or port is not available on your operating system.

Usage:

$ docker run --rm -ti mirceaulinic/bgpq3 bgpq3 <arguments>

Example:

$ docker run --rm -ti mirceaulinic/bgpq3 bgpq3 -AJz AS-DIGITALOCEAN

Tired of typing? You may add an alias, e.g., alias bgpq3='f(){ docker run --rm -ti mirceaulinic/bgpq3 bgpq3 $@; }; f', then use it from your command line as it'd be installed on your machine (i.e., bgpq3 -AJz AS-DIGITALOCEAN, etc.).

About

Docker container for bgpq3

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 100.0%