Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moorcheh.ai/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

moorcheh-edge up [options]

Options

FlagDefaultDescription
--server-port8080Host port for http://localhost:<port>
--server-imagemoorcheh/moorcheh-edge:latestDocker image to run

Examples

moorcheh-edge up
moorcheh-edge up --server-port 8083
moorcheh-edge up --server-image moorcheh/moorcheh-edge:0.1.0

Output

On success:
Data directory: ~/.moorcheh-edge/data
Moorcheh Edge API: http://localhost:8080
If the container is already running, up attaches and prints the same lines without starting a second container.

Requirements

  • Docker running
  • Pull access for moorcheh/moorcheh-edge:latest (or a local cached image)