Files
Christian Tzolov 192566ed04 Fix args parsing for polyglot apps.
To parse a `K=V` argument into `K` and `V` we should consider only the first `=` character.
2021-09-09 13:53:16 +02:00
..
2021-09-09 13:53:16 +02:00

Build docker image and push to Docker Hub.

docker build -t tzolov/scdf_python_app:0.1 .
docker push tzolov/scdf_python_app:0.1

NOTE: replace tzolov with your docker hub prefix.

Register the docker image as SCDF app application:

app register --type app --name python-router --uri docker://tzolov/scdf_python_app:0.1