I am running Ubuntu 20.04 and am using the Nvidia Riva Automatic Speech Recognition application to detect speech commands. I would like to direct/pipe them into another application to execute a control action. The problem I have is that the ASR application is deployed within a docker container and the control application is not.
Therefore. I would like to know how an application running outside the docker container may interface with an application running inside.
I have considered running everything inside the same container, however this is not practical because our product is mature, has lots of services interacting with each other, and also interfaces to linux kernel drivers.
Thanks in advance for any help.