Overview

Full name
docker.io/manticoresearch/manticore
Registry
docker.io
Namespace
manticoresearch
Repository
manticore
Cached tags
1687
Last synced
07/06/2026, 02:21 PM

Introduction

Manticore Search 高性能全文检索与分析数据库镜像,兼容 Sphinx SQL 语法,适合日志搜索、电商检索与实时 OLAP 场景。

Details

manticoresearch/manticore 提供列式索引、BM25 排序与 JOIN,支持 MySQL 协议与 HTTP JSON API,可替代 Elasticsearch 做轻量全文搜索。典型部署为单节点或小集群,数据目录需持久化。与 OpenSearch 相比资源占用更低、SQL 友好;生产应固定 tag、配置 replication 并调优 workers 与 RAM chunk 大小。

快速启动

docker run -d --name manticore \
  -p 9306:9306 -p 9308:9308 \
  docker.io/manticoresearch/manticore:latest

推荐实践

docker run -d --name manticore \
  --restart unless-stopped \
  -p 9306:9306 -p 9308:9308 \
  -v /data/manticore/data:/var/lib/manticore \
  -v /data/manticore/config/manticore.conf:/etc/manticoresearch/manticore.conf \
  docker.io/manticoresearch/manticore:6.3.8

核心参数说明

  • -p 9306:9306 — MySQL 协议 SQL 接口
  • -p 9308:9308 — HTTP JSON API / Buddy
  • -v .../data:... — 索引与 binlog 持久化
  • -v .../manticore.conf:... — 主配置文件
  • --restart unless-stopped — 检索服务持续运行
  • 固定 tag — 索引格式与版本 pin

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: manticore
spec:
  serviceName: manticore
  replicas: 1
  selector:
    matchLabels:
      app: manticore
  template:
    metadata:
      labels:
        app: manticore
    spec:
      containers:
        - name: manticore
          image: docker.io/manticoresearch/manticore:6.3.8
          ports:
            - containerPort: 9306
            - containerPort: 9308
          volumeMounts:
            - name: data
              mountPath: /var/lib/manticore
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: [ReadWriteOnce]
        resources:
          requests:
            storage: 50Gi

多副本需 Manticore Cluster 配置;应用经 Service 9306/9308 访问,按索引大小调整 PVC 与 memory limits。

Latest tags (20)

View all 1687 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/manticoresearch/manticore
:dev-28.3.2-e66ad54
linux/arm64linux/amd64
2026/07/01 07:34194.7 MBsha256:aba115703563
docker.io/manticoresearch/manticore
:dev-28.3.2
linux/arm64linux/amd64
2026/07/01 07:34194.7 MBsha256:aba115703563
docker.io/manticoresearch/manticore
:dev
linux/arm64linux/amd64
2026/07/01 07:34194.7 MBsha256:aba115703563
docker.io/manticoresearch/manticore
:dev-28.3.1-4e9e3e8
linux/arm64linux/amd64
2026/07/01 00:21194.7 MBsha256:99c1997dc6cc
docker.io/manticoresearch/manticore
:dev-28.3.1
linux/arm64linux/amd64
2026/07/01 00:21194.7 MBsha256:99c1997dc6cc
docker.io/manticoresearch/manticore
:dev-28.3.0-6a40268
linux/arm64linux/amd64
2026/06/30 22:59194.7 MBsha256:f960c990f52e
docker.io/manticoresearch/manticore
:dev-28.3.0
linux/arm64linux/amd64
2026/06/30 22:59194.7 MBsha256:f960c990f52e
docker.io/manticoresearch/manticore
:dev-28.1.5-a54166a
linux/arm64linux/amd64
2026/06/30 04:37194.7 MBsha256:bed6d204ecb8
docker.io/manticoresearch/manticore
:dev-28.1.5
linux/arm64linux/amd64
2026/06/30 04:37194.7 MBsha256:bed6d204ecb8
docker.io/manticoresearch/manticore
:dev-28.1.4-5baa407
linux/arm64linux/amd64
2026/06/27 22:23194.7 MBsha256:12ae463af74d
docker.io/manticoresearch/manticore
:dev-28.1.4
linux/arm64linux/amd64
2026/06/27 22:23194.7 MBsha256:12ae463af74d
docker.io/manticoresearch/manticore
:dev-28.1.4-5bf4bc5
linux/arm64linux/amd64
2026/06/27 06:58194.7 MBsha256:35f53566ba07
docker.io/manticoresearch/manticore
:dev-28.1.3-8e64ae1
linux/arm64linux/amd64
2026/06/26 23:30194.7 MBsha256:6dd2ee9fc2bb
docker.io/manticoresearch/manticore
:dev-28.1.3
linux/arm64linux/amd64
2026/06/26 23:30194.7 MBsha256:6dd2ee9fc2bb
docker.io/manticoresearch/manticore
:dev-28.1.2-f430fde
linux/arm64linux/amd64
2026/06/26 19:10194.7 MBsha256:8b8c812ffb2f
docker.io/manticoresearch/manticore
:dev-28.1.2
linux/arm64linux/amd64
2026/06/26 19:10194.7 MBsha256:8b8c812ffb2f
docker.io/manticoresearch/manticore
:dev-28.1.1-b9658c2
linux/arm64linux/amd64
2026/06/26 16:22194.7 MBsha256:a58e41451cfc
docker.io/manticoresearch/manticore
:dev-28.1.1
linux/arm64linux/amd64
2026/06/26 16:22194.7 MBsha256:a58e41451cfc
docker.io/manticoresearch/manticore
:dev-28.1.0-3057564
linux/arm64linux/amd64
2026/06/25 21:01194.7 MBsha256:f7ffaf8334ba
docker.io/manticoresearch/manticore
:dev-28.1.0
linux/arm64linux/amd64
2026/06/25 21:01194.7 MBsha256:f7ffaf8334ba