Skip to main content

start

Addedv1.0.x

This operation launches the Milvus standalone container by running bash standalone_embed.sh start from the install directory. Default endpoints after start: Milvus YOUR_CLUSTER_ENDPOINT, WebUI http://localhost:9091, embedded etcd localhost:2379. Requires a working Docker daemon.

Synopsis

zilliz milvus standalone start
[--dir <path>]
[--dry-run]
[--yes]

Options

  • --dir (path) -

    Indicates the install directory containing standalone_embed.sh. Default: ./milvus-standalone.

  • --dry-run (boolean) -

    Prints the command that would run without invoking it.

  • --yes, -y (boolean) -

    Skips confirmation. No-op for non-destructive lifecycle commands but accepted for parity with delete / upgrade.

Example

zilliz milvus standalone start

# From a custom install directory
zilliz milvus standalone start --dir ~/milvus