microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
288 stars 128 forks source link

Several service failed to start within the IIS docker image #192

Closed xinfli closed 5 months ago

xinfli commented 2 years ago

Tried several tag of the iis image, both got error that several service failed to start.

Reproduce step:

Expected result: Should not see any error.

Actual result: Errors below returned:

Index Time          EntryType   Source                 InstanceID Message
----- ----          ---------   ------                 ---------- -------
  373 Nov 12 16:01  Error       Service Control M...   3221232473 The LanmanServer service depends on the srv2 service which failed to start because of the followi...
  372 Nov 12 16:01  Error       Service Control M...   3221232473 The srv2 service depends on the srvnet service which failed to start because of the following err...
  296 Nov 09 20:03  Error       Service Control M...   3221232495 The Server service terminated with the following error: ...
   73 Nov 04 08:31  Error       Service Control M...   3221232495 The iphlpsvc service terminated with the following error: ...

Tried tags "20211109-windowsservercore-ltsc2019", it has same problem.