[skip ci] Update milvus version for binary deployments (#11326)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-05 17:47:02 +08:00 committed by GitHub
parent e1b0ea81d0
commit 22401c08a8
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-rc8-20211030-54738d2 /bin/bash $ docker run -d --name milvus milvusdb/milvus:2.0.0-rc8-20211104-d1f4106 /bin/bash
$ docker cp milvus:/milvus . $ docker cp milvus:/milvus .
``` ```