This is a docker image for the OpenDaylight SDN Controller.
-
Docker pull:
docker pull latarc/opendaylight
-
Docker run:
docker run -it --rm latarc/opendaylight
By default, the command executed after the docker run
is ./bin/karaf
, which runs the ODL controller.
The Dockerfile for the latest version of this image is available on the LaTARC Research Lab's Dockerfiles repository.