Skip to content

Commit

Permalink
Merge pull request cheat#50 from SAnanthuni/master
Browse files Browse the repository at this point in the history
added minikube cheatsheet
  • Loading branch information
chrisallenlane committed Nov 10, 2020
2 parents 9c8ade7 + 6917802 commit 00a6bc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions minikube
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# To start with virtualbox driver:
minikube start --vm-driver=virtualbox

# To configure docker environment variables:
minikube docker-env

# To start view the dashboard in a browser:
minikube dashboard

# To list all services:
minikube service list

# To start a service in a browser:
minikube service <service>

0 comments on commit 00a6bc9

Please sign in to comment.