mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip ci] Refine binary deployment doc (#13279)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
9e4d7992e9
commit
dcc15e94b9
@ -25,9 +25,9 @@ $ chmod +x minio
|
||||
$ ./minio server /minio
|
||||
```
|
||||
|
||||
## Start Milvus standalone service
|
||||
## Start Milvus standalone
|
||||
|
||||
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 standalone, 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-20211104-d1f4106 /bin/bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user