Can I run DCOM server on docker?

Leonardo Leal Oliveira
6
Reputation points
I have created an image from docker:
FROM mcr.microsoft.com/windows:20H2
USER "NT Authority\System"
Installed a big legacy system, with COM/DCOM client/server communication.
When I try to run the application, there's DCOM error on CoCreateInstanceEx function:
hr = 0X800703F0 An attempt was made to reference a token that does not exist.
Is it possible to make DCOM server run on docker windows container?
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
758 questions
Sign in to answer