Ссылки:
1 2 |
https://hub.docker.com/r/glefevre/floodlight https://floodlight.atlassian.net/wiki/spaces/floodlightcontroller/pages/1343544/Installation+Guide |
docker
1 2 3 4 5 6 7 8 9 |
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 |