cache command docs
parent
58189229c1
commit
c3ad88c6ea
|
@ -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
|
||||
|
||||
|
|
|
@ -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`.
|
Loading…
Reference in New Issue