Skip to content

Commit

Permalink
Disable virtualbox host mounting by default
Browse files Browse the repository at this point in the history
Users can still set up manual mounts through vbox using the vboxmanage
command or GUI. Users can also utilized the built in minikube mount
command.
  • Loading branch information
r2d4 committed Jun 23, 2017
1 parent c5becb3 commit 0f135bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func createVirtualboxHost(config MachineConfig) drivers.Driver {
d.CPU = config.CPUs
d.DiskSize = int(config.DiskSize)
d.HostOnlyCIDR = config.HostOnlyCIDR
d.NoShare = true
return d
}

Expand Down

0 comments on commit 0f135bc

Please sign in to comment.