milvus-logo

Install Milvus Standalone with Docker

This topic describes how to install Milvus standalone using Docker.

Prerequisites

Install Milvus Standalone with Docker

  • Start Milvus.
wget https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh
bash standalone_embed.sh start
  • Connect to Milvus

Please refer to Quickstart, then run the example code.

  • Stop Milvus

To stop Milvus standalone, run:

bash standalone_embed.sh stop

To delete data after stopping Milvus, run:

bash standalone_embed.sh delete

What's next

Having installed Milvus, you can:

On this page