Skip to content

Commit e43373e

Browse files
Merge pull request #1995 from king-julien/master
More Description: use the minikube's built-in Docker daemon
2 parents 51d3c31 + 5e1bd59 commit e43373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/minikube.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ plugins, if required.
116116

117117
### Reusing the Docker daemon
118118

119-
When using a single VM of kubernetes its really handy to reuse the Docker daemon inside the VM; as this means you don't have to build on your host machine and push the image into a docker registry - you can just build inside the same docker daemon as minikube which speeds up local experiments.
119+
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.
120120

121121
To be able to work with the docker daemon on your mac/linux host use the [docker-env command](./docs/minikube_docker-env.md) in your shell:
122122

0 commit comments

Comments
 (0)