Skip to content

Commit

Permalink
chore(minikube): minor edits
Browse files Browse the repository at this point in the history
Make minor edits to the `minikube` cheatsheet in order to be more consistent with other cheatsheets.
  • Loading branch information
chrisallenlane authored Nov 10, 2020
1 parent 8ca3e0d commit 6917802
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions minikube
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# start with virtualbox driver
# To start with virtualbox driver:
minikube start --vm-driver=virtualbox

# Global variables required to start docker daemon
# To configure docker environment variables:
minikube docker-env

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

# List all services
# To list all services:
minikube service list

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

0 comments on commit 6917802

Please sign in to comment.