mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 01:13:17 +00:00
Update hyperkit Go bindings
Fixes location of hyperkit executable with recent builds of Docker for Mac Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
1
vendor/github.com/docker/hyperkit/go/hyperkit.go
generated
vendored
1
vendor/github.com/docker/hyperkit/go/hyperkit.go
generated
vendored
@@ -60,6 +60,7 @@ const (
|
||||
var defaultHyperKits = []string{"hyperkit",
|
||||
"com.docker.hyperkit",
|
||||
"/usr/local/bin/hyperkit",
|
||||
"/Applications/Docker.app/Contents/Resources/bin/hyperkit",
|
||||
"/Applications/Docker.app/Contents/MacOS/com.docker.hyperkit"}
|
||||
|
||||
// HyperKit contains the configuration of the hyperkit VM
|
||||
|
Reference in New Issue
Block a user