Skip to content

Commit ac235c0

Browse files
committed
- version 0.3, also added a docker image to docker hub
1 parent 6b48881 commit ac235c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Ixgen is yet-another open-source, multi-platform generator for peering configura
33

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

6+
# ixgen on docker
7+
Run ixgen from docker with your peering configuration as volume parameter:
8+
9+
docker run -v /Users/joerg/peering.ini:/ixgen/release/configuration/peering.ini joerg/ixgen:latest
10+
611
## how it works
712
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.
813

ixgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func init() {
5757
flag.Parse()
5858

5959
if version {
60-
fmt.Println("ixgen 0.2 (C) 2017 by Jörg Kost, [email protected]")
60+
fmt.Println("ixgen 0.3 (C) 2017 by Jörg Kost, [email protected]")
6161
os.Exit(0)
6262
}
6363

0 commit comments

Comments
 (0)