mirror of https://github.com/docker/docs.git
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:
parent
3d3113707d
commit
cb44c59f5a
|
@ -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>`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue