Image Overview: meilisearch

Overview: meilisearch Chainguard Image

Minimal meilisearch image.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/meilisearch:latest

Compatibility Notes

The image specifies a default non-root meilisearch user (UID 999), and a data and dump directory at /var/data.ms, owned by that meilisearch user, accessible to all users.

Usage Example

Run a meilisearch container with the following command:

docker run \
  --rm \
  -d \
  -p 7700:7700 \
  cgr.dev/chainguard/meilisearch:latest \
  --db-path /var/data.ms
  --dump-dir /var/data.ms/dumps \
  --http-addr 0.0.0.0:7700

Then you can follow the meilisearch quick start guide and start adding documents.

Last updated: 2024-04-11 12:38