Docker OpenDaylight image

OpenDaylight is a Software Defined Networking (SDN) controller for controlling network routers and switches.

The Docker OpenDaylight image discussed here is an up-to-date Docker image that can be run without previous installation of any software components besides Docker.

How to use it

The docker call for starting the image can is given as an example here:

docker run  -e KARAF_USER=michael -e KARAF_PASSWORD=knight -p 6633:6633 -p 8101:8101 -p 8181:8181 --name=opendaylight sfuhrm/opendaylight:latest

For more information, please see the next paragraph.

Further reading

The Github projects README contains more information with up-to-date usage information.

The Docker Hub repository contans container images.