Docker & critical Real-Time applications

Hello !

I am currently proceeding to a study on the possibility of embedding real-time applications (hard time constraints) into containers.

I read a lot of documentation about Docker but I did not find information on this topic (the approached problem being most of the time the clustering and the load-balancing).

My question are thus:

    1. is Docker adapted to the embedding of real-time applications (cycles of 10ms)?
    1. is it possible to develop such “generic” containers which would be runable under various environments (different hardware architectures, different OS : Windows or Linux)
    1. would be some orchestration tools especially adapted for these purposes?

Thank you beforehand. :slight_smile:

Best regards

Hi - just wondering if you made any progress in real-time applications as I’m looking at something similar. Thanks.