Hi,

Ryu-ready Docker image is available at Dockerhub so just one command
gives you ryu-ready environment:

$ docker pull osrg/ryu

Then you can start:

$ docker run -it --name ryu -p 6633:6633 osrg/ryu /bin/bash 

root@6764319bab60:~# ryu-manager 
loading app ryu.controller.ofp_handler
instantiating app ryu.controller.ofp_handler of OFPHandler

You can find ryu code at ryu-master directory.

root@6764319bab60:~# ls
master.zip  ryu-master

The Docker image will be updated automatically once github ryu
repository is updated. You can always play with the latest ryu code.


Thanks,

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to