Skip to content

Sna-ke/kura-emulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse Kura™ emulator Docker image Docker Automated build

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.

Running with JMX enabled

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

About

An dockerized Eclipse Kura™ emulator instance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published