Skip to content

Commit

Permalink
Merge pull request #2671 from liyun95/dev
Browse files Browse the repository at this point in the history
update run-milvus-docker
  • Loading branch information
liyun95 authored Jun 20, 2024
2 parents 05ffa6b + 5e8ff71 commit 18174ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Creating milvus-standalone ... done

<div class="alert note">

If you failed to run the above command, please check whether your system has Docker Compose V1 installed. If this is the case, you are advised to migrate to Docker Compose V2 due to the notes on [this page](https://docs.docker.com/compose/).
- If you failed to run the above command, please check whether your system has Docker Compose V1 installed. If this is the case, you are advised to migrate to Docker Compose V2 due to the notes on [this page](https://docs.docker.com/compose/).

- If you encounter any issues pulling the image, contact us at community@zilliz.com with details about the problem, and we'll provide you with the necessary support.

</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ $ curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/st
$ bash standalone_embed.sh start
```

<div class="alert note">

If you encounter any issues pulling the image, contact us at community@zilliz.com with details about the problem, and we'll provide you with the necessary support.

</div>

After running the installation script:

- A docker container named milvus has been started at port **19530**.
Expand Down

0 comments on commit 18174ed

Please sign in to comment.