3

I am facing a problem when trying to run inside an interactive command prompt Sigcheck.exe from Sysinternals. It starts running and shows the banner info like copyright but it looks like it's blocked, it just stays in running state without going further.

I tried running it on my laptop just to show the help and it works. However, in docker it stops.

Does anyone know what might be the cause?

1 Answers1

1

Add the /accepteula command line parameter

David Schmidlin
  • 435
  • 1
  • 4
  • 13
  • This does not answer the question "Does anyone know what might be the cause?". Suggestion: Provide a full explanation of what caused the problem and why this is a solution, with references if available. – Yun Sep 14 '21 at 23:47
  • I ran into the same issue where sigcheck was hanging while run within a docker container. Adding the /accepteula command line parameter solved the problem. – David Schmidlin Sep 15 '21 at 17:29