mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
[skip ci] Refine binary deployments doc (#11011)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
6df3f165b5
commit
2a55339ae5
@ -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-rc7-20211011-d567b21 /bin/bash
|
||||
$ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211030-54738d2 /bin/bash
|
||||
$ docker cp milvus:/milvus .
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user