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:
-
- is Docker adapted to the embedding of real-time applications (cycles of 10ms)?
-
- is it possible to develop such “generic” containers which would be runable under various environments (different hardware architectures, different OS : Windows or Linux)
-
- would be some orchestration tools especially adapted for these purposes?
Thank you beforehand.
Best regards