Skip to content

Commit

Permalink
Merge pull request #2398 from kairen/update-cache-doc
Browse files Browse the repository at this point in the history
Update cache command documentation
  • Loading branch information
r2d4 authored Jan 8, 2018
2 parents fc9fe5f + 99774ba commit df1653c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ $ minikube cache add redis:3

# list cached images
$ minikube cache list
- redis:3
- ubuntu:16.04
redis:3
ubuntu:16.04

# delete cached images
$ minikube cache delete ubuntu:16.04
$ minikube cache delete $(minikube cache list)
```

0 comments on commit df1653c

Please sign in to comment.