Skip to content

Latest commit

 

History

History
executable file
·
17 lines (14 loc) · 403 Bytes

File metadata and controls

executable file
·
17 lines (14 loc) · 403 Bytes

Setup with docker

Build docker images

docker build --tag senz/switch .

Run dockerize switch

docker build --tag senz/switch .
docker run -it -d -p 9090:9090/udp -v /Users/eranga/sdbl/switch/logs:/app/senz/logs senz/switch

Virtualbox port forwarding rules boot2docker(for OS-X or Windows)

VBoxManage controlvm "boot2docker-vm" natpf1 "udp-port9090,udp,,9090,,9090";