adding the default profile name for the examples

https://github.com/kubernetes/minikube/issues/14946
pull/15625/head
Andrew Stanton 2023-01-10 16:07:51 -05:00 committed by GitHub
parent 503dce08da
commit 282cff7198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ minikube start --container-runtime=docker --vm=true
<h2 class="step"><span class="fa-stack fa-1x"><i class="fa fa-circle fa-stack-2x"></i><strong class="fa-stack-1x text-primary">3</strong></span>Point Docker CLI to minikube</h2>
Use the `minikube docker-env` command to point your terminal's Docker CLI to the Docker instance inside minikube.
<br>Note: the default profile name is `minikube`
{{% tabs %}}
{{% tab "bash/zsh" %}}
```