cache command docs

pull/2249/head
Priya Wadhwa 2017-11-30 16:02:44 -08:00
parent 58189229c1
commit c3ad88c6ea
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@
* **Configuring Kubernetes** ([configuring_kubernetes.md](configuring_kubernetes.md)): Configuring different Kubernetes components in minikube
* **Caching Images** ([cache.md](cache.cmd)): Caching non-minikube images in minikube
### Installation and debugging

5
docs/cache.md Normal file
View File

@ -0,0 +1,5 @@
## Caching Images
Minikube supports caching non-minikube images using the `minikube cache` command. Images can be added to the cache by running `minikube cache add <img>`, and deleted by running `minikube cache delete <img>`.
Images in the cache will be loaded on `minikube start`.