mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
pidfile.New() was opening a file in /proc to determine if the owning process still exists. Use syscall.OpenProcess() on Windows instead. Other OSes may also need to be updated here. Signed-off-by: John Starks <jostarks@microsoft.com> Upstream-commit: 9e5b93565c8a10f4b06d2bcf61305fdfb7128628 Component: engine