Merge pull request #245 from dlorenc/private

Add documentation on how to authenticate to a private registry.
pull/246/head
Lucas Käldström 2016-06-30 00:11:35 +03:00 committed by GitHub
commit 639ca1e130
1 changed files with 6 additions and 0 deletions

View File

@ -129,6 +129,12 @@ To determine the NodePort for your service, you can use a `kubectl` command like
Minikube supports [PersistentVolumes](http://kubernetes.io/docs/user-guide/persistent-volumes/) of type `hostPath`.
These PersistentVolumes are mapped to a directory inside the minikube VM.
## Private Container Registries
To access a private container registry, follow the steps on [this page](http://kubernetes.io/docs/user-guide/images/).
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.
## Documentation
For a list of minikube's available commands see the [full CLI docs](https://github.com/kubernetes/minikube/blob/master/docs/minikube.md).