Рубрики
docker

floodlight / SDN

Ссылки:

https://hub.docker.com/r/glefevre/floodlight
https://floodlight.atlassian.net/wiki/spaces/floodlightcontroller/pages/1343544/Installation+Guide

docker

docker run -d -p 6653:6653 -p 8080:8080 --name=floodlight glefevre/floodlight
docker logs floodlight


curl http://localhost:8080/wm/firewall/module/status/json
http://localhost:8080/ui/pages/index.html


#docker run --rm -d --network host --name my_nginx nginx