I begin in Azure Container Instance and I had a question to execute my container.
I created a Windows container from scratch with a dockerfile and works fine on a VM with Docker Desktop.
So, after that, I push this container in my Azure Container Registry and use this registry to create my container in ACI but after created and started, my container stop immediately because I can't use -d -it
parameters to keep running in backgroup.
On my WS on-prem, if I start my container without theses parameters, it stopped immediately after started.
So, know you a replacement for theses parameters or a workaround to do that ?
My container run a IIS Server with multiples windows services.
Thanks you in advance for your help.