Skip to content

Commit

Permalink
- version 0.3, also added a docker image to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjk committed May 24, 2017
1 parent 6b48881 commit ac235c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Ixgen is yet-another open-source, multi-platform generator for peering configura

Ixgen is shipped with cross-compiled executables for Darwin, Linux and Windows.

# ixgen on docker
Run ixgen from docker with your peering configuration as volume parameter:

docker run -v /Users/joerg/peering.ini:/ixgen/release/configuration/peering.ini joerg/ixgen:latest

## how it works
Ixgen works by querying the peeringdb-API or its own local API-service for peering members and specific network configurations and populate learned things with a custom router template.

Expand Down
2 changes: 1 addition & 1 deletion ixgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {
flag.Parse()

if version {
fmt.Println("ixgen 0.2 (C) 2017 by Jörg Kost, joerg.kost@gmx.com")
fmt.Println("ixgen 0.3 (C) 2017 by Jörg Kost, joerg.kost@gmx.com")
os.Exit(0)
}

Expand Down

0 comments on commit ac235c0

Please sign in to comment.