# Functions
No description provided by the author
No description provided by the author
DeleteHost deletes the host VM.
EnsureMinikubeRunningOrExit checks that minikube has a status available and that the status is `Running`, otherwise it will exit.
GetHostDockerEnv gets the necessary docker env variables to allow the use of docker through minikube's vm.
GetHostDriverIP gets the ip address of the current minikube cluster.
GetHostStatus gets the status of the host VM.
No description provided by the author
No description provided by the author
GetVMHostIP gets the ip address to be used for mapping host -> VM and VM -> host.
MountHost runs the mount command from the 9p client on the VM to the 9p server on the host.
StartHost starts a host VM.
StopHost stops the host VM, saving state to disk.