From c3ad88c6eab3ffc55cdcacc124cee4023d5f0593 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Thu, 30 Nov 2017 16:02:44 -0800 Subject: [PATCH] cache command docs --- docs/README.md | 1 + docs/cache.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/cache.md diff --git a/docs/README.md b/docs/README.md index 2deb393325..a2ec286347 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/cache.md b/docs/cache.md new file mode 100644 index 0000000000..0801027fca --- /dev/null +++ b/docs/cache.md @@ -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 `, and deleted by running `minikube cache delete `. + +Images in the cache will be loaded on `minikube start`. \ No newline at end of file