This is a docker image for the Ryu SDN Framework.
-
Docker pull:
docker pull latarc/ryu -
Docker run:
docker run -it --rm latarc/ryu
By default, the command executed after the docker run is:
ryu-manager --observe-links ryu.app.rest_topology ryu.app.ofctl_rest
This command starts Ryu with both the rest_topology and ofctl_rest applications, which listen on TCP port 8080.
The Dockerfile for the latest version of this image is available on the LaTARC Research Lab's Dockerfiles repository.