Moving HailoRT scheduler outside of Docker

From the guide to virtual machine integration, the guide correctly mentioned that the HailoRT service/scheduler that is used for multiprocessing is located inside the Docker container. Now, in our use case, we would like to have a single Docker container for each application and therefore run the scheduler outside of the Docker containers. How could we achieve that/bind the scheduler to the Docker container?

Hi, at the moment this use-case is not supported. You’ll have to manually implement some resource sharing mechanism between dockers.