[skip ci]Update offline doc format (#8777)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8804/head
zwd1208 2021-09-28 18:24:09 +08:00 committed by GitHub
parent 3be6672753
commit cb83ef422d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -61,13 +61,13 @@ for image in $(find . -type f -name "*.tar.gz") ; do gunzip -c $image | docker l
## Install Milvus
With Docker Compose
### With Docker Compose
```shell
docker-compose -f docker-compose.yml up -d
```
On Kubernetes
### On Kubernetes
```shell
kubectl apply -f milvus_manifest.yaml
@ -75,13 +75,13 @@ kubectl apply -f milvus_manifest.yaml
## Uninstall Milvus
With Docker Compose
### With Docker Compose
```shell
docker-compose -f docker-compose.yml down
```
On Kubernetes
### On Kubernetes
```shell
kubectl delete -f milvus_manifest.yaml