mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 10:14:51 +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>