Fix offline README preventing directory errors (#16000)

Signed-off-by: Dario Curreri <dariocurr@gmail.com>
This commit is contained in:
Dario Curreri 2022-03-11 11:30:00 +01:00 committed by GitHub
parent 89356ebcb9
commit 6477745983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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