[skip ci]Update offline installation doc (#8598)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
zwd1208 2021-09-26 17:57:58 +08:00 committed by GitHub
parent 68b9da219a
commit 40cb7e626b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Your Milvus installation may fail when images are not properly loaded from publi
### Step 1: Save Milvus manifest and Docker images ### Step 1: Save Milvus manifest and Docker images
#### If you install your Milvus with the **docker-compose.yml** file, use these command: #### If you install Milvus with the **docker-compose.yml** file, use these command:
1. Download Milvus standalone docker-compose.yml 1. Download Milvus standalone docker-compose.yml
```shell ```shell
@ -25,7 +25,7 @@ Your Milvus installation may fail when images are not properly loaded from publi
python3 save_image.py --manifest docker-compose.yml python3 save_image.py --manifest docker-compose.yml
``` ```
#### If you install your Milvus with **Helm**, use these command: #### If you install Milvus with **Helm**, use these command:
1. Update Helm repo 1. Update Helm repo
```shell ```shell
helm repo add milvus https://milvus-io.github.io/milvus-helm/ helm repo add milvus https://milvus-io.github.io/milvus-helm/