Rename 'Reusing Docker' section (#10885)
May make it easier to see the importance of this section
This commit is contained in:
committed by
k8s-ci-robot
parent
76c65a8418
commit
2f3cf662b1
@@ -169,7 +169,7 @@ This will use an alternative minikube ISO image containing both rkt, and Docker,
|
||||
See [DRIVERS](https://git.k8s.io/minikube/docs/drivers.md) for details on supported drivers and how to install
|
||||
plugins, if required.
|
||||
|
||||
### Reusing the Docker daemon
|
||||
### Use local images by re-using the Docker daemon
|
||||
|
||||
When using a single VM of Kubernetes, it's really handy to reuse the Minikube's built-in Docker daemon; as this means you don't have to build a docker registry on your host machine and push the image into it - you can just build inside the same docker daemon as minikube which speeds up local experiments. Just make sure you tag your Docker image with something other than 'latest' and use that tag while you pull the image. Otherwise, if you do not specify version of your image, it will be assumed as `:latest`, with pull image policy of `Always` correspondingly, which may eventually result in `ErrImagePull` as you may not have any versions of your Docker image out there in the default docker registry (usually DockerHub) yet.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user