Image containing an SDN controller (RYU/OS-KEN) and the FlowManager, a GUI for the SDN Controller.
541
Use this image to run an SDN Controller Ryu Controller/OS-KEN with the GUI app FlowManager.
Note: Use either 6633 or 6653 port.
docker pull martimy/flowmanager
docker run -d -p 6633:6633 -p 8080:8080 martimy/flowmanager
To run the controller, flowmanger and another app or options:
docker run -d -p 6633:6633 -p 8080:8080 martimy/flowmanager -v ${PWD}:/home/auser/app app/<sdn-application> [options]
To run the controller w/o flowmanager
docker run -d -p 6633:6633 -p 8080:8080 martimy/flowmanager controller [args]
To bypass the entry point
docker run -it --entrypoint sh martimy/flowmanager
Content type
Image
Digest
sha256:f17c5912c…
Size
151.1 MB
Last updated
6 months ago
docker pull martimy/flowmanager