[skip ci] Refine binary deployments doc (#11011)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-01 17:13:53 +08:00 committed by GitHub
parent 6df3f165b5
commit 2a55339ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) 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 ```shell
$ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc7-20211011-d567b21 /bin/bash $ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211030-54738d2 /bin/bash
$ docker cp milvus:/milvus . $ docker cp milvus:/milvus .
``` ```