mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-29 04:30:47 +00:00
os.FindProcess() does not return an error when then process does not exist. It even returns a dummy process object. Use the go-ps package to find out if the hyperkit process is actually running. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>