[skip ci] Use milvus v2.0.0-rc7 for binary doc (#9664)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/9674/head
edward.zeng 2021-10-11 19:08:30 +08:00 committed by GitHub
parent 41b4264ac2
commit 6d9de81589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ 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)
```shell
docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash
docker run -d --name milvus milvusdb/milvus:v2.0.0-rc7-20211011-d567b21 /bin/bash
docker cp milvus:/milvus .
```