ran make generate-docs again
parent
83366b7929
commit
8e696da904
|
@ -142,9 +142,10 @@ minikube image load image.tar
|
|||
### Options
|
||||
|
||||
```
|
||||
--daemon Cache image from docker daemon
|
||||
--pull Pull the remote image (no caching)
|
||||
--remote Cache image from remote registry
|
||||
--daemon Cache image from docker daemon
|
||||
--over-write Over write the existing image if the name:tag of the images are the same (default true)
|
||||
--pull Pull the remote image (no caching)
|
||||
--remote Cache image from remote registry
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
@ -191,11 +192,6 @@ minikube image ls [flags]
|
|||
|
||||
$ minikube image ls
|
||||
|
||||
```
|
||||
--daemon Cache image from docker daemon
|
||||
--over-write Over write the existing image if the name:tag of the images are the same (default true)
|
||||
--pull Pull the remote image (no caching)
|
||||
--remote Cache image from remote registry
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
|
Loading…
Reference in New Issue