Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 247 Bytes

vnet - Virtual Network Laboratory

Install

Build from source

git clone https://github.com/proelbtn/vnet vnet && cd $_
docker run --rm -itv ${PWD}:/work -w /work golang:1.17 go build -o vnet ./cmd/vnet/*.go
mv vnet /usr/local/bin