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

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
This commit is contained in:
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

View File

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