Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernese Norelus authored Oct 17, 2020
1 parent 8496325 commit 60a02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-lesson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

To install minikube with specific details such as desired memory and virtualization engine, you can run this command:
``` console
$ minikube start --memory 10240 --vm-driver=virtualbox
$ minikube start --memory 10240 --cpus 2 --vm-driver=virtualbox
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
Getting VM IP address...
Expand Down

0 comments on commit 60a02f4

Please sign in to comment.