Skip to content

Commit

Permalink
Use a static UUID for the xhyve driver so that if you re-create, then…
Browse files Browse the repository at this point in the history
… you will get same IP address again.

Depends on the xhyve driver merging the following PR:
machine-drivers/docker-machine-driver-xhyve#133
  • Loading branch information
chirino committed Aug 24, 2016
1 parent 801bb46 commit 1ffd26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/cluster/cluster_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ func createXhyveHost(config MachineConfig) *xhyveDriver {
DiskSize: int64(config.DiskSize),
Virtio9p: true,
Virtio9pFolder: "/Users",
UUID: "F4BB3F79-AB4E-4708-95CA-E32FBFCDEFD3",
}
}

0 comments on commit 1ffd26b

Please sign in to comment.