Overview
- Full name
docker.io/mongodb/mongodb-community-search- Registry
- docker.io
- Namespace
- mongodb
- Repository
- mongodb-community-search
- Cached tags
- 37
- Last synced
- 07/05/2026, 05:36 AM
- Topics
Introduction
MongoDB Community Search 镜像,Atlas Search 本地版全文检索引擎,MongoDB 文档库向量与关键词混合搜索。
Details
mongodb/mongodb-community-search 运行 MongoDB Community Search 全文检索引擎(Atlas Search 本地版),为 MongoDB 文档库提供关键词、模糊与向量混合搜索能力。定位为 MongoDB 搜索扩展服务,需连接 MongoDB 实例与 search volume;K8s Deployment 文档搜索层。
快速启动
docker run -d --name mongodb-search \
-p 27017:27017 \
-e MONGODB_URI=mongodb://mongo:27017 \
docker.io/mongodb/mongodb-community-search:latest
推荐实践
docker run -d --name mongodb-search \
--restart unless-stopped \
-p 27017:27017 \
-e MONGODB_URI=mongodb://mongo.internal:27017 \
-v /data/search:/data \
docker.io/mongodb/mongodb-community-search:1.0.0
核心参数说明
-e MONGODB_URI— 后端 MongoDB 连接-p 27017:27017— Search 查询端口-v .../search:...— 索引数据持久化- 能力 — 全文/向量混合检索
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: mongodb-search
spec:
replicas: 2
selector:
matchLabels:
app: mongodb-search
template:
metadata:
labels:
app: mongodb-search
spec:
containers:
- name: search
image: docker.io/mongodb/mongodb-community-search:1.0.0
ports:
- containerPort: 27017
envFrom:
- secretRef:
name: mongodb-search-env
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: search-data
---
apiVersion: v1
kind: Service
metadata:
name: mongodb-search
spec:
selector:
app: mongodb-search
ports:
- port: 27017
targetPort: 27017
MongoDB 独立 StatefulSet;应用通过 search Service 查询。
Latest tags (20)
View all 37 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/mongodb/mongodb-community-search :1.70.1 | linux/amd64linux/arm64 | 2026/07/02 01:48 | 390.4 MB | sha256:e014b4210888… | |||
docker.io/mongodb/mongodb-community-search :latest | linux/amd64linux/arm64 | 2026/07/02 01:48 | 390.4 MB | sha256:e014b4210888… | |||
docker.io/mongodb/mongodb-community-search :1.70.1-arm64 | linux/arm64 | 2026/07/02 01:47 | 387.6 MB | sha256:bee4fe55872e… | |||
docker.io/mongodb/mongodb-community-search :1.70.1-amd64 | linux/amd64 | 2026/07/02 01:47 | 390.4 MB | sha256:e014b4210888… | |||
docker.io/mongodb/mongodb-community-search :0.69.1 | linux/amd64linux/arm64 | 2026/06/16 04:21 | 390.0 MB | sha256:216519b0c583… | |||
docker.io/mongodb/mongodb-community-search :0.69.1-arm64 | linux/arm64 | 2026/06/16 04:21 | 387.2 MB | sha256:8d52725eccc8… | |||
docker.io/mongodb/mongodb-community-search :0.69.1-amd64 | linux/amd64 | 2026/06/16 04:21 | 390.0 MB | sha256:216519b0c583… | |||
docker.io/mongodb/mongodb-community-search :1.67.1 | linux/amd64linux/arm64 | 2026/05/29 07:41 | 389.0 MB | sha256:25bf4bfdc5d4… | |||
docker.io/mongodb/mongodb-community-search :1.67.1-arm64 | linux/arm64 | 2026/05/29 07:40 | 386.0 MB | sha256:b3c1de8eac12… | |||
docker.io/mongodb/mongodb-community-search :1.67.1-amd64 | linux/amd64 | 2026/05/29 07:40 | 389.0 MB | sha256:25bf4bfdc5d4… | |||
docker.io/mongodb/mongodb-community-search :0.67.0 | linux/amd64linux/arm64 | 2026/05/21 04:29 | 389.0 MB | sha256:8d252c563fe7… | |||
docker.io/mongodb/mongodb-community-search :0.67.0-arm64 | linux/arm64 | 2026/05/21 04:28 | 386.0 MB | sha256:98305b0eac09… | |||
docker.io/mongodb/mongodb-community-search :0.67.0-amd64 | linux/amd64 | 2026/05/21 04:28 | 389.0 MB | sha256:8d252c563fe7… | |||
docker.io/mongodb/mongodb-community-search :0.65.1 | linux/amd64linux/arm64 | 2026/04/21 08:09 | 388.6 MB | sha256:c835e03bd5e6… | |||
docker.io/mongodb/mongodb-community-search :0.65.1-arm64 | linux/arm64 | 2026/04/21 08:08 | 385.7 MB | sha256:38c67cefb60c… | |||
docker.io/mongodb/mongodb-community-search :0.65.1-amd64 | linux/amd64 | 2026/04/21 08:08 | 388.6 MB | sha256:c835e03bd5e6… | |||
docker.io/mongodb/mongodb-community-search :0.64.0 | linux/amd64linux/arm64 | 2026/03/31 07:54 | 388.5 MB | sha256:324c9b961fbf… | |||
docker.io/mongodb/mongodb-community-search :0.64.0-arm64 | linux/arm64 | 2026/03/31 07:53 | 385.6 MB | sha256:b1f02a95a6ca… | |||
docker.io/mongodb/mongodb-community-search :0.64.0-amd64 | linux/amd64 | 2026/03/31 07:53 | 388.5 MB | sha256:324c9b961fbf… | |||
docker.io/mongodb/mongodb-community-search :0.60.1 | linux/amd64linux/arm64 | 2026/01/15 08:41 | 387.2 MB | sha256:07d86e60d684… |