minikube mount
Mounts the specified directory into minikube
Options
| Name | Description | 
|---|---|
| --9p-version | Specify the 9p version that the mount should use | 
| --gid | Default group id used for the mount | 
| --ip | Specify the ip that the mount should be setup on | 
| --kill | Kill the mount process spawned by minikube start | 
| --mode | File permissions used for the mount | 
| --msize | The number of bytes to use for 9p packet payload | 
| --options | Additional mount options, such as cache=fscache | 
| --port | Specify the port that the mount should be setup on | 
| --type | Specify the mount filesystem type (supported types: 9p) | 
| --uid | Default user id used for the mount |