Skip to content

Commit

Permalink
update minikube vm driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Sep 8, 2020
1 parent 84fa9dd commit f5b6323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s http

## 启动 Minikube

执行 `minikube start` 即可自动下载依赖文件,开始安装和启动 minikube。该过程中将自动执行以下步骤:
对于 macOS,执行 `minikube start --vm-driver=hyperkit` (使用 hyperkit 作为虚拟机,不需要安装 docker)即可自动下载依赖文件,开始安装和启动 minikube。该过程中将自动执行以下步骤:

1. 下载 `docker-machine-driver-hyperkit`(10.9 M)
1. 下载虚拟机镜像(近 200M)
Expand Down

0 comments on commit f5b6323

Please sign in to comment.