mirror of https://github.com/milvus-io/milvus.git
Fix offline README preventing directory errors (#16000)
Signed-off-by: Dario Curreri <dariocurr@gmail.com>pull/16027/head
parent
89356ebcb9
commit
6477745983
|
@ -63,8 +63,7 @@ The Docker images will be stored under **images** directory.
|
|||
Enter the following command to load the Docker images:
|
||||
|
||||
```shell
|
||||
$ cd images/
|
||||
$ for image in $(find . -type f -name "*.tar.gz") ; do gunzip -c $image | docker load; done
|
||||
$ for image in $(find . -type f -wholename "./images/*.tar.gz") ; do gunzip -c $image | docker load; done;
|
||||
```
|
||||
|
||||
## Install Milvus
|
||||
|
|
Loading…
Reference in New Issue