From 936c7e6b03dd1078493f40c44839fac005aac717 Mon Sep 17 00:00:00 2001 From: quicksilver Date: Tue, 10 Aug 2021 16:59:27 +0800 Subject: [PATCH] Update Milvus offline installation README (#7034) Signed-off-by: quicksilver --- deployments/offline/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployments/offline/README.md b/deployments/offline/README.md index ed8d767b7f..87c2924b9e 100644 --- a/deployments/offline/README.md +++ b/deployments/offline/README.md @@ -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