This is a docker image running the Eclipse Kura™ emulator.
Use the following command to run it:
docker run -ti -p 8080:8080 ctron/kura-emulator
Once the image is started you can navigate your browser to http://localhost:8080 and log in using the credentials admin : admin.
If you want to run the image with JMX enabled use the following command:
docker run -ti -eJAVA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" -p 8080:8080 -p 9010:9010 ctron/kura-emulator