(SDN Openflow Controller)
Opendaylight is an OpenFlow controller, usefull to control and orchestrate network of switches that speak the openflow protocol on your infrastructure.
It support others southbound protocol and can be integrated in Openstack or even Kubernetes.
Opendaylight Home Opendaylight Boron Documentation
- latest
- Based on anapsix/alpine-java:8_jdk
- No module installed (you can connect to the CLI to set whatever module you want to use)
- Exposed port 6633 (Openflow), 8181 (WebUI/REST api) & 8101 (karaf CLI)
docker run -d -p 6633:6633 -p 8181:8181 -p 8101:8101 --name=opendaylight glefevre/opendaylight
ssh -p 8101 karaf@localhost
Default password is "karaf"
http://localhost:8181/index.html
admin/admin