mirror of https://github.com/milvus-io/milvus.git
[skip ci] Modify the binary install README (#12945)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12964/head
parent
ea9f6d870c
commit
4fbed068a2
|
@ -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 .
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue