Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 557 Bytes

tinet2inet-henge

convert tinet and tinet-go config yaml to inet-henge json and Start web server and display inet-henge.

Usage

docker build -t tn2ih .

  • exampledata

docker run --name tm2ih -p 8080:8080 --rm -it tn2ih tn2ih exampledata/spec.yaml

  • your custom tinet config file

docker run --name tm2ih -v pwd/custom.yml:/work/custom.yml -p 8080:8080 --rm -it tn2ih tn2ih custom.yml

Please access http://localhost:8080/ .