Merge pull request #2217 from shaneramey/master
docs: set correct docker config.json locationpull/2221/head
commit
b598939151
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue