diff --git a/docs/insecure_registry.md b/docs/insecure_registry.md index efa75221a3..01f56ba991 100644 --- a/docs/insecure_registry.md +++ b/docs/insecure_registry.md @@ -23,4 +23,4 @@ $ minikube addons enable registry-creds For additional information on private container registries, see [this page](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). -We recommend you use _ImagePullSecrets_, but if you would like to configure access on the minikube VM you can place the `.dockercfg` in the `/home/docker` directory or the `config.json` in the `/home/docker/.docker` directory. +We recommend you use _ImagePullSecrets_, but if you would like to configure access on the minikube VM you can place the `.dockercfg` in the `/home/docker` directory or the `config.json` in the `/var/lib/kubelet` directory.