[skip ci] Refine binary deployment doc (#13279)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-12-13 19:37:35 +08:00 committed by GitHub
parent 9e4d7992e9
commit dcc15e94b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,9 @@ $ chmod +x minio
$ ./minio server /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 ```shell
$ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211104-d1f4106 /bin/bash $ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211104-d1f4106 /bin/bash