[skip ci] Refine binary doc (#8207)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8224/head
edward.zeng 2021-09-18 15:59:55 +08:00 committed by GitHub
parent 82e48fb379
commit 6dad03256d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -36,10 +36,8 @@ 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-rc6-20210910-020f109 /bin/bash
# view the container_id
docker ps
docker cp container_id:/milvus .
docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash
docker cp milvus:/milvus .
```
### Install Milvus dependencies