-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restarting container fails #42
Comments
I have the same problem. |
Acknowledging this is a regression on our part. We're working to fix this. |
@jwgoedheer is there a url you can share to that old ServiceMonitor? |
Old (before June 2017) service monitor- https://github.com/Microsoft/iis-docker/raw/8ffb45926630255cff635b6c693e0efd43a96aa7/windowsservercore/ServiceMonitor.exe |
Any hint on how I can replace the existing file in my container? I mapped my container to a host folder but once I access the folder I see no files. |
@jorgecotillo I'm assuming you're trying to replace |
@shirhatti gotcha, thanks! |
We have a new ServiceMonitor that should address this issue. Please feel free to give it a spin #43 and give us your feedback. |
Fixed in windowsservercore-10.0.14393.1480 (d6580f6) |
Just wanted chime in and say that the 2.0.1.6 release still showed the behavior. I switched to the old release as per above and haven't seen the issue yet. |
Can confirm issue persists with 2.0.1.6 (current) ServiceMonitor.exe against microsoft/aspnet:4.7.2-windowsservercore-ltsc2016 , The July-2017 1.1.0.1 version also caused the same symptom and I have had to roll back to 1.0.0.1 as suggested at the top of this thread. |
Still no fun with microsoft/dotnet-framework:4.7.2-runtime-windowsservercore-ltsc2019 . bug exists |
@shirhatti Even it did not work for the older ServiceMonitor . It stops the container |
08/2020: Issue still exists. |
FWIW, run into the same error with |
You need to download the old version and include it in your container when building the image using something like |
The container starts without a problem but stopping and starting it again produces the following:
Is this scenario supported? Or should I always create a new container instead?
The text was updated successfully, but these errors were encountered: