docker.io/manticoresearch/manticore:25.0.0 linux/amd64

docker.io/manticoresearch/manticore:25.0.0 - 国内下载镜像源 浏览次数:17

这是一个Manticore Search的Docker镜像。Manticore Search是一个开源的全文搜索引擎,以其速度和易用性而闻名。这个镜像提供了一种方便的方式来部署和运行Manticore Search。

源镜像 docker.io/manticoresearch/manticore:25.0.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0
镜像ID sha256:3b64df96eccb4322b884bdb2d8a9a321b3bcedfb210c1e4a83867d7f9c68b16e
镜像TAG 25.0.0
大小 628.19MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD searchd -c /etc/manticoresearch/manticore.conf.sh --nodetach
启动入口 docker-entrypoint.sh
工作目录 /var/lib/manticore
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2026-03-30T04:15:15.567535533Z
同步时间 2026-05-21 17:10
开放端口
9306/tcp 9308/tcp 9312/tcp
目录挂载
/var/lib/manticore
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 LC_ALL=C.UTF-8 PYTHONWARNINGS=ignore::UserWarning:pymorphy2.analyzer MANTICORE_CONFIG=/etc/manticoresearch/manticore.conf.sh|/etc/manticoresearch/manticore.conf

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0  docker.io/manticoresearch/manticore:25.0.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0  docker.io/manticoresearch/manticore:25.0.0

Shell快速替换命令

sed -i 's#manticoresearch/manticore:25.0.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0  docker.io/manticoresearch/manticore:25.0.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0  docker.io/manticoresearch/manticore:25.0.0'

镜像构建历史


# 2026-03-30 12:15:15  0.00B 设置默认要执行的命令
CMD ["searchd" "-c" "/etc/manticoresearch/manticore.conf.sh" "--nodetach"]
                        
# 2026-03-30 12:15:15  0.00B 设置环境变量 MANTICORE_CONFIG
ENV MANTICORE_CONFIG=/etc/manticoresearch/manticore.conf.sh|/etc/manticoresearch/manticore.conf
                        
# 2026-03-30 12:15:15  0.00B 设置环境变量 PYTHONWARNINGS
ENV PYTHONWARNINGS=ignore::UserWarning:pymorphy2.analyzer
                        
# 2026-03-30 12:15:15  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=C.UTF-8
                        
# 2026-03-30 12:15:15  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2026-03-30 12:15:15  0.00B 声明容器运行时监听的端口
EXPOSE map[9312/tcp:{}]
                        
# 2026-03-30 12:15:15  0.00B 声明容器运行时监听的端口
EXPOSE map[9308/tcp:{}]
                        
# 2026-03-30 12:15:15  0.00B 声明容器运行时监听的端口
EXPOSE map[9306/tcp:{}]
                        
# 2026-03-30 12:15:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2026-03-30 12:15:15  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/manticore]
                        
# 2026-03-30 12:15:15  0.00B 设置工作目录为/var/lib/manticore
WORKDIR /var/lib/manticore
                        
# 2026-03-30 12:14:50  628.19MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:3b64df96eccb4322b884bdb2d8a9a321b3bcedfb210c1e4a83867d7f9c68b16e",
    "RepoTags": [
        "manticoresearch/manticore:25.0.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore:25.0.0"
    ],
    "RepoDigests": [
        "manticoresearch/manticore@sha256:4b1595624dbe4a9f917c34e65a06455793fecee15d3b74c4f03c0eb28de7e1c1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/manticoresearch/manticore@sha256:7903e6315a17118c5a6c78cae6dbb7db8ecf8e4cf6494d5736e724beadec4e94"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-30T04:15:15.567535533Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9306/tcp": {},
            "9308/tcp": {},
            "9312/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "LC_ALL=C.UTF-8",
            "PYTHONWARNINGS=ignore::UserWarning:pymorphy2.analyzer",
            "MANTICORE_CONFIG=/etc/manticoresearch/manticore.conf.sh|/etc/manticoresearch/manticore.conf"
        ],
        "Cmd": [
            "searchd",
            "-c",
            "/etc/manticoresearch/manticore.conf.sh",
            "--nodetach"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/var/lib/manticore": {}
        },
        "WorkingDir": "/var/lib/manticore",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 628194304,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/16a8951e97a163fade6ac287f852d6e5454d0c423730436b7ac29b4b27f1fc0c/diff",
            "MergedDir": "/var/lib/docker/overlay2/1fe6ff490288213f965436c15265b421cc8f4f14bdb2b9c594222e7edbe3b784/merged",
            "UpperDir": "/var/lib/docker/overlay2/1fe6ff490288213f965436c15265b421cc8f4f14bdb2b9c594222e7edbe3b784/diff",
            "WorkDir": "/var/lib/docker/overlay2/1fe6ff490288213f965436c15265b421cc8f4f14bdb2b9c594222e7edbe3b784/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a65f9a85732989319984cc3913b0f7da81c69622d841077bc2834ddea61f5acc",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-21T17:10:22.279239187+08:00"
    }
}

更多版本

docker.io/manticoresearch/manticore:9.3.2

linux/amd64 docker.io456.66MB2025-05-29 09:46
342

docker.io/manticoresearch/manticore:10.1.0

linux/amd64 docker.io485.22MB2025-12-30 18:25
195

docker.io/manticoresearch/manticore:25.0.0

linux/amd64 docker.io628.19MB2026-05-21 17:10
16