Merge pull request #8035 from trapier/patch-1

daemon: windows stack indicate pid retrieval
This commit is contained in:
Anne Henmi
2019-01-16 16:41:31 -05:00
committed by GitHub

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>`.