mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
Fix offline README preventing directory errors (#16000)
Signed-off-by: Dario Curreri <dariocurr@gmail.com>
This commit is contained in:
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
Block a user