[skip ci] Modify the binary install README (#12945)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/12964/head
Bennu 2021-12-08 13:25:56 +08:00 committed by GitHub
parent ea9f6d870c
commit 4fbed068a2
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 @@ $ ./minio server /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:2.0.0-rc8-20211104-d1f4106 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211104-d1f4106 /bin/bash
$ docker cp milvus:/milvus .
```