Bundle including both the Gateway and the BPMN Runtime in one image
571
Alternatively to the Nemo Interpreter, the Runtime Bundle Image contains both, the Interpreter and the Gateway. It can be started with
docker run -p 45678:45678 -e ip=<IP> -e interval=<N> \
-e integrationBus=<URL> -e clientID=... -e clientSecret=... \
-e authServer=<URL> -e requireAuthorization=<boolean> \
dailab/nemo-runtime-bundle
where <IP> is the public IP address of the computer running the Nemo Runtime Bundle Docker Image, and <N> is the agent's execution interval in
milliseconds (optional, defaults to 100). The parameters clientID, clientSecret, integrationBus and authServer (the latter being optional) are needed for calling services via the NeMo Integration Bus. The parameters are largely the same as for the nemo-interpreter.
This can be more convenient than using two images. Keep in mind, though, that when the Gateway is stopped, all communication that went over that gateway will break down and clients (like the Toolsuite) have to be restarted. Thus, if you plan on restarting the Interpreter later on, you should use the separate images instead.
For usage of the Interpreter itself, please refer to https://hub.docker.com/r/dailab/nemo-interpreter/
Content type
Image
Digest
Size
92.7 MB
Last updated
almost 8 years ago
docker pull dailab/nemo-runtime-bundle