Update Milvus offline installation README (#7034)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/6803/head
quicksilver 2021-08-10 16:59:27 +08:00 committed by GitHub
parent 51529a2638
commit 936c7e6b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,16 +8,16 @@ Your Milvus installation may fail when images are not properly loaded from publi
If you install your Milvus with the **docker-compose.yml** file, use these command:
- Download Milvus docker-compose.yaml
- Download Milvus docker-compose.yml
```shell
# Download Milvus standalone docker-compose.yaml
# Download Milvus standalone docker-compose.yml
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/standalone/docker-compose.yml -O docker-compose.yml
```
or
```shell
# Download Milvus cluster docker-compose.yaml
# Download Milvus cluster docker-compose.yml
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/cluster/docker-compose.yml -O docker-compose.yml
```
@ -68,7 +68,7 @@ for image in $(find . -type f -name "*.tar.gz") ; do gunzip -c $image | docker l
- Install Milvus with Docker Compose
```shell
docker-compose -f docker-compose.yaml up -d
docker-compose -f docker-compose.yml up -d
```
- Install Milvus on Kubernetes
@ -82,7 +82,7 @@ kubectl apply -f milvus_manifest.yaml
- Uninstall Milvus with Docker Compose
```shell
docker-compose -f docker-compose.yaml down
docker-compose -f docker-compose.yml down
```
- Uninstall Milvus on Kubernetes