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 →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/manticoresearch/manticore :dev-28.3.2-e66ad54 | linux/arm64linux/amd64 | 2026/07/01 07:34 | 194.7 MB | sha256:aba115703563… | |||
docker.io/manticoresearch/manticore :dev-28.3.2 | linux/arm64linux/amd64 | 2026/07/01 07:34 | 194.7 MB | sha256:aba115703563… | |||
docker.io/manticoresearch/manticore :dev | linux/arm64linux/amd64 | 2026/07/01 07:34 | 194.7 MB | sha256:aba115703563… | |||
docker.io/manticoresearch/manticore :dev-28.3.1-4e9e3e8 | linux/arm64linux/amd64 | 2026/07/01 00:21 | 194.7 MB | sha256:99c1997dc6cc… | |||
docker.io/manticoresearch/manticore :dev-28.3.1 | linux/arm64linux/amd64 | 2026/07/01 00:21 | 194.7 MB | sha256:99c1997dc6cc… | |||
docker.io/manticoresearch/manticore :dev-28.3.0-6a40268 | linux/arm64linux/amd64 | 2026/06/30 22:59 | 194.7 MB | sha256:f960c990f52e… | |||
docker.io/manticoresearch/manticore :dev-28.3.0 | linux/arm64linux/amd64 | 2026/06/30 22:59 | 194.7 MB | sha256:f960c990f52e… | |||
docker.io/manticoresearch/manticore :dev-28.1.5-a54166a | linux/arm64linux/amd64 | 2026/06/30 04:37 | 194.7 MB | sha256:bed6d204ecb8… | |||
docker.io/manticoresearch/manticore :dev-28.1.5 | linux/arm64linux/amd64 | 2026/06/30 04:37 | 194.7 MB | sha256:bed6d204ecb8… | |||
docker.io/manticoresearch/manticore :dev-28.1.4-5baa407 | linux/arm64linux/amd64 | 2026/06/27 22:23 | 194.7 MB | sha256:12ae463af74d… | |||
docker.io/manticoresearch/manticore :dev-28.1.4 | linux/arm64linux/amd64 | 2026/06/27 22:23 | 194.7 MB | sha256:12ae463af74d… | |||
docker.io/manticoresearch/manticore :dev-28.1.4-5bf4bc5 | linux/arm64linux/amd64 | 2026/06/27 06:58 | 194.7 MB | sha256:35f53566ba07… | |||
docker.io/manticoresearch/manticore :dev-28.1.3-8e64ae1 | linux/arm64linux/amd64 | 2026/06/26 23:30 | 194.7 MB | sha256:6dd2ee9fc2bb… | |||
docker.io/manticoresearch/manticore :dev-28.1.3 | linux/arm64linux/amd64 | 2026/06/26 23:30 | 194.7 MB | sha256:6dd2ee9fc2bb… | |||
docker.io/manticoresearch/manticore :dev-28.1.2-f430fde | linux/arm64linux/amd64 | 2026/06/26 19:10 | 194.7 MB | sha256:8b8c812ffb2f… | |||
docker.io/manticoresearch/manticore :dev-28.1.2 | linux/arm64linux/amd64 | 2026/06/26 19:10 | 194.7 MB | sha256:8b8c812ffb2f… | |||
docker.io/manticoresearch/manticore :dev-28.1.1-b9658c2 | linux/arm64linux/amd64 | 2026/06/26 16:22 | 194.7 MB | sha256:a58e41451cfc… | |||
docker.io/manticoresearch/manticore :dev-28.1.1 | linux/arm64linux/amd64 | 2026/06/26 16:22 | 194.7 MB | sha256:a58e41451cfc… | |||
docker.io/manticoresearch/manticore :dev-28.1.0-3057564 | linux/arm64linux/amd64 | 2026/06/25 21:01 | 194.7 MB | sha256:f7ffaf8334ba… | |||
docker.io/manticoresearch/manticore :dev-28.1.0 | linux/arm64linux/amd64 | 2026/06/25 21:01 | 194.7 MB | sha256:f7ffaf8334ba… |