Short Description
Dataturbine server for ring buffered network bus
Full Description
Lite-Weight Docker Image for DataTurbine server based on JAVA:7
Image
This image embeds WORKDIR to /opt/rbnb
and ENTRYPOINT to /usr/bin/java -jar rbnb.jar -H /opt/rbnb/data
Example Usage:
- run daemonized container with name "osdt" exposed to port 3333
$ docker run -d --name osdt -p 3333:3333 nodtem66/dataturbine -a 0.0.0.0:3333 -F -n OSDT_1
- Docker will run autoreloaded OSDT server named
OSDT_1
at0.0.0.0:3333
For more option, see www.dataturbine.org/content/appendix-server-command.
Docker Pull Command
Owner
nodtem66