mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update milvus version for binary deployments (#11326)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11331/head
parent
e1b0ea81d0
commit
22401c08a8
|
@ -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: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 .
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue