daemon: windows stack indicate pid retrieval

lifted from https://docs.microsoft.com/en-us/virtualization/windowscontainers/troubleshooting#obtaining-stack-dump
This commit is contained in:
Trapier Marshall 2019-01-16 15:41:01 -05:00 committed by GitHub
parent 3d3113707d
commit cb44c59f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,8 @@ by sending a `SIGUSR1` signal to the daemon.
- **Windows Server**:
Download [docker-signal](https://github.com/jhowardmsft/docker-signal).
Get the process ID of dockerd `Get-Process dockerd`.
Run the executable with the flag `--pid=<PID of daemon>`.