Application used by Nussknacker designer to run scenarios on Lite engine.
100K+
This image contains Nussknacker runtime for scenarios runned on Lite engine.
latest - always points to the latest, stable version
latest-staging - developer build with latest, not released yet features
This image is not designed to be used from command line at first place. The main purpose of it is to be used programmatically by Nussknacker K8s Deployment Manager.
If you want to check it manually, the invocation will look like:
docker run -it --network host -e KAFKA_ADDRESS=localhost:3032 -e SCHEMA_REGISTRY_URL=http://localhost:3082 -v /tmp/scenario.json:/opt/nussknacker/conf/scenario.json -v /tmp/deploymentConfig.conf:/opt/nussknacker/conf/deploymentConfig.conf touk/nussknacker-lite-runtime-app:latest
where:
tasksCount parameter with number of parallel tasks consuming topics. Example:tasksCount: 2
--network host - to be able to connect with Kafka and Schema Registry exposed on host machine. Note: It only works on linux and is used to connect to existing kafka/schema registry. In case of other OS you have to use different methods to make it accessible from Nussknacker container (e.g start Kafka/SR and Nussknacker in a single docker network)-e KAFKA_ADDRESS=localhost:3032 - Kafka address-e SCHEMA_REGISTRY_URL=http://localhost:3082 - schema registry urlBoth Kafka and schema registry can be exposed e.g. using docker-compose-env.yml inside Nussknacker Quickstart
This image is published under Apache License 2.0.
Content type
Image
Digest
sha256:31723c3c5…
Size
226.7 MB
Last updated
5 days ago
docker pull touk/nussknacker-lite-runtime-app:gh-staging-latest