mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
Update Milvus offline installation README (#7034)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
51529a2638
commit
936c7e6b03
@ -8,16 +8,16 @@ Your Milvus installation may fail when images are not properly loaded from publi
|
|||||||
|
|
||||||
If you install your Milvus with the **docker-compose.yml** file, use these command:
|
If you install your Milvus with the **docker-compose.yml** file, use these command:
|
||||||
|
|
||||||
- Download Milvus docker-compose.yaml
|
- Download Milvus docker-compose.yml
|
||||||
```shell
|
```shell
|
||||||
# Download Milvus standalone docker-compose.yaml
|
# Download Milvus standalone docker-compose.yml
|
||||||
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/standalone/docker-compose.yml -O docker-compose.yml
|
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/standalone/docker-compose.yml -O docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Download Milvus cluster docker-compose.yaml
|
# Download Milvus cluster docker-compose.yml
|
||||||
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/cluster/docker-compose.yml -O docker-compose.yml
|
wget https://raw.githubusercontent.com/milvus-io/milvus/master/deployments/docker/cluster/docker-compose.yml -O docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ for image in $(find . -type f -name "*.tar.gz") ; do gunzip -c $image | docker l
|
|||||||
- Install Milvus with Docker Compose
|
- Install Milvus with Docker Compose
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker-compose -f docker-compose.yaml up -d
|
docker-compose -f docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
- Install Milvus on Kubernetes
|
- Install Milvus on Kubernetes
|
||||||
@ -82,7 +82,7 @@ kubectl apply -f milvus_manifest.yaml
|
|||||||
- Uninstall Milvus with Docker Compose
|
- Uninstall Milvus with Docker Compose
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker-compose -f docker-compose.yaml down
|
docker-compose -f docker-compose.yml down
|
||||||
```
|
```
|
||||||
|
|
||||||
- Uninstall Milvus on Kubernetes
|
- Uninstall Milvus on Kubernetes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user