Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 373 Bytes

ella Docker Image

The `ella`` Docker image runs a standalone ella server. You can use the CLI or the Rust or Python bindings to connect to the server.

Getting Started

docker run --rm \
    -p 50052:50052 \
    -v /path/to/datastore:/var/lib/ella \
    ghcr.io/cerebusoss/ella:latest