Update minikube.md

This commit is contained in:
Brandon B. Jozsa 2017-01-03 01:23:48 -05:00 committed by GitHub
parent 82f2cd8e60
commit a641c113cb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ After installation, start Minikube with the flags listed below. Ensure that you
$ minikube start \
--network-plugin=cni \
--kubernetes-version v1.5.1 \
--disk-size 40g
--disk-size 40g \
--memory 4048
```