Skip to content

Commit

Permalink
Adding a Virtio9p mount for /Users with xhyve
Browse files Browse the repository at this point in the history
This feature is enabled in v0.2.3 of the docker xhyve driver
Enabling this by default on cluster_darwin

This resolves issue kubernetes#423
  • Loading branch information
r2d4 committed Aug 9, 2016
1 parent 6211699 commit 551a85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/minikube/cluster/cluster_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ func createXhyveHost(config MachineConfig) *xhyveDriver {
Boot2DockerURL: config.GetISOFileURI(),
BootCmd: "loglevel=3 user=docker console=ttyS0 console=tty0 noembed nomodeset norestore waitusb=10 base host=boot2docker",
DiskSize: int64(config.DiskSize),
Virtio9p: true,
Virtio9pFolder: "/Users",
}
}

0 comments on commit 551a85b

Please sign in to comment.