未验证 提交 92b5b795 编写于 作者: P peterlobster 提交者: GitHub

Updated Hyperkit Instructions

The instructions for HyperKit produce the error `install: root: Invalid argument`. @ran-dall Helped me figuire out that root was not being permited foir this command, and sent me the fix for my machine. Figure I'd share it here.
上级 2ec03ebf
...@@ -87,7 +87,7 @@ To install the hyperkit driver: ...@@ -87,7 +87,7 @@ To install the hyperkit driver:
```shell ```shell
curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \ curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit \
&& sudo install -o root -g root -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ && sudo install -o root -g wheel -m 4755 docker-machine-driver-hyperkit /usr/local/bin/
``` ```
The hyperkit driver currently requires running as root to use the vmnet framework to setup networking. The hyperkit driver currently requires running as root to use the vmnet framework to setup networking.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册