mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update binary install README.md (#7813)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/7818/head
parent
847c9deee2
commit
06fa2dde48
|
@ -36,7 +36,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)
|
||||
|
||||
```bash
|
||||
docker run -itd --name milvus milvusdb/milvus:v2.0.0-rc5-hotfix1-20210901-9e0b2cc /bin/bash
|
||||
docker run -itd --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash
|
||||
# view the container_id
|
||||
docker ps
|
||||
docker cp container_id:/milvus .
|
||||
|
|
Loading…
Reference in New Issue