Merge pull request #6188 from GennadySpb/patch-1

Update hyperkit.md (fix typo)
pull/6217/head
Medya Ghazizadeh 2020-01-01 22:14:19 -08:00 committed by GitHub
commit 4ab2cfdf87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ description: >
minikube start supports additional hyperkit specific flags: minikube start supports additional hyperkit specific flags:
* **`--hyperkit-vpnkit-sock`**: Location of the VPNKit socket used for networking. If empty, disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac VPNKit connection, otherwise uses the specified VSoc * **`--hyperkit-vpnkit-sock`**: Location of the VPNKit socket used for networking. If empty, disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac VPNKit connection, otherwise uses the specified VSock
* **`--hyperkit-vsock-ports`**: List of guest VSock ports that should be exposed as sockets on the host * **`--hyperkit-vsock-ports`**: List of guest VSock ports that should be exposed as sockets on the host
* **`--nfs-share`**: Local folders to share with Guest via NFS mounts * **`--nfs-share`**: Local folders to share with Guest via NFS mounts
* **`--nfs-shares-root`**: Where to root the NFS Shares (default "/nfsshares") * **`--nfs-shares-root`**: Where to root the NFS Shares (default "/nfsshares")