From 6dad03256d545efbe5efda82963f90fad5010ac1 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Sat, 18 Sep 2021 15:59:55 +0800 Subject: [PATCH] [skip ci] Refine binary doc (#8207) Signed-off-by: Edward Zeng --- deployments/binary/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deployments/binary/README.md b/deployments/binary/README.md index 61cb5685cf..974bd48ec5 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -36,10 +36,8 @@ chmod +x minio ### To start Milvus service, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (we will upload Milvus binary files in the future) ```bash -docker run -itd --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash -# view the container_id -docker ps -docker cp container_id:/milvus . +docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash +docker cp milvus:/milvus . ``` ### Install Milvus dependencies