专属域名
文档搜索
轩辕助手
Run助手
邀请有礼
返回顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像 官方专业版轩辕镜像 官方专业版官方专业版
首页个人中心搜索镜像

交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源Homebrew 源
帮助
常见问题
其他
关于我们网站地图

官方QQ群: 1072982923

oceanbase/seekdb Docker 镜像 - 轩辕镜像

seekdb
oceanbase/seekdb
seekdb Docker镜像用于快速搭建SeekDB测试环境,可在Docker Hub、quay.io及ghcr.io获取。注意:仅适用于测试,不建议生产环境;MacOS和Intel芯片上Docker版本>4.9.0存在已知问题,可通过指定链接下载兼容版本。
1 收藏0 次下载
🚀 稳定镜像源 = 更少宕机 + 更低运维成本
版本下载
🚀 稳定镜像源 = 更少宕机 + 更低运维成本

Deploy SeekDB with Docker

Introduction

The seekdb Docker image, available on dockerhub, quay.io and ghcr.io, is designed for users to quickly set up a SeekDB environment for testing purposes.

Key ***ations:
  • There are known issues running this image on MacOS and intel chip with docker version greater than 4.9.0, you can download the desired version of docker from this link.
  • This image is intended for testing only; do not use it in production environments.

Prerequisites

Before deploying seekdb, ensure that the following requirements are met:

  • The host machine should have at least 1 physical cores and 2GB of memory.
  • Docker should be installed and running on the host machine. Refer to the Docker installation guide.

Starting a SeekDB Instance

To start a SeekDB instance, use the following commands:

bash
docker run -d -p 2881:2881 -p 2886:2886 oceanbase/seekdb

# Execute init SQL scripts after bootstrap, you need to mount the directory containing the init scripts then specify the directory in container via environment variable INIT_SCRIPTS_PATH.
# Please do not change root user's password in SQL scripts. If you'd like to change root user's password, use environment variable ROOT_PASSWORD.
docker run -d -p 2881:2881 -p 2886:2886 -v {init_sql_folder_path}:/root/boot/init.d -e INIT_SCRIPTS_PATH=/root/boot/init.d oceanbase/seekdb

Supported Environment Variables

Below is a table of supported environment variables for the image:

Variable nameDescription
ROOT_PASSWORDThe password of user root
CPU_COUNTThe value of cpu_count, e.g. 4.
MEMORY_LIMITThe value of memory_limit, e.g. 2G.
LOG_DISK_SIZEThe value of log_disk_size, e.g. 2G.
DATAFILE_SIZEThe value of datafile_size, e.g. 2G.
DATAFILE_NEXTThe value of datafile_next, e.g. 2G.
DATAFILE_MAXSIZEThe value of datafile_maxsize, e.g. 50G.
INIT_SCRIPTS_PATHThe path in the container containing the init scripts.
SEEKDB_DATABASEThe name of the database to be created at startup.

If you'd like to modify other SeekDB parameters, you can do mount a configuration file into /etc/oceanbase/seekdb.cnf in the container, the default configuration file is as follows.

datafile_size=2G
datafile_next=2G
datafile_maxsize=50G
cpu_count=4
memory_limit=2G
log_disk_size=2G
# config the parameter in the following format
# key=value

The start command should be like this.

# **Note:** If you decide to use a configuration file, please don't specify the resource related environment variables.
docker run -d -p 2881:2881 -p 2886:2886 -v {config_file}:/etc/oceanbase/seekdb.cnf oceanbase/seekdb

Data Persistence

Seekdb deploys in directory /var/lib/oceanbase, if you'd like to persist the data on the host server, please mount an empty directory on the host server to this path.

Note: If you run seekdb container on windows, please use docker volume instead of directory on the host to ensure it works properly.

# On Linux or MacOS
mkdir -p seekdb
docker run -d -p 2881:2881 -p 2886:2886 -v $PWD/seekdb:/var/lib/oceanbase --name seekdb oceanbase/seekdb

# On Windows
docker volume create seekdb
docker run -d -p 2881:2881 -p 2886:2886 -v seekdb:/var/lib/oceanbase --name seekdb oceanbase/seekdb

Connecting to SeekDB Instance

mysql -h 127.0.0.1 -P 2881 -u root -p    # Connect with the root account

Access dashboard

The container provides a user-friendly web interface, you can access it in the browser [***]{server_ip}:2886, the login password is the same as user root's password. If ROOT_PASSWORD is not set, leave the password field blank.

Deployment & Usage Documentation

SEEKDB Docker 容器化部署指南

OceanBase seekdb 是 OceanBase 打造的一款开发者友好的 AI 原生数据库产品,专注于为 AI 应用提供高效的混合搜索能力。它支持向量、文本、结构化与半结构化数据的统一存储与检索,并通过内置 AI Functions 支持数据嵌入、重排与库内实时推理。seekdb 在继承 OceanBase 核心引擎高性能优势与 MySQL 全面兼容特性的基础上,通过深度优化数据搜索架构,为开发者提供更符合 AI 应用数据处理需求的解决方案。

Read More
查看更多 seekdb 相关镜像 →
oceanbase/oceanbase-ce logo
oceanbase/oceanbase-ce
OceanBase是由蚂蚁集团自主研发的开源分布式混合事务/分析处理(HTAP)数据库管理系统,具备高可用性、高并发处理能力和海量数据存储能力,兼容MySQL等主流数据库协议,可同时支持在线事务处理(OLTP)与实时分析处理(OLAP),广泛应用于金融、电商、政务等关键业务领域,为企业提供稳定高效、兼具事务与分析能力的数据服务。
34500K+ pulls
上次更新:未知
oceanbase/obproxy-ce logo
oceanbase/obproxy-ce
OceanBase Database Proxy (ODP)是OceanBase数据库的专用代理服务器,用于接收用户SQL请求并转发至目标OBServer,再将执行结果返回给用户。
10K+ pulls
上次更新:未知
oceanbase/oceanbase-dashboard logo
oceanbase/oceanbase-dashboard
用于在Kubernetes上管理OceanBase的仪表盘
10K+ pulls
上次更新:未知
oceanbase/ob-operator logo
oceanbase/ob-operator
用于在Kubernetes上简化OceanBase集群部署和管理的Kubernetes Operator
10K+ pulls
上次更新:未知
oceanbase/ob-configserver logo
oceanbase/ob-configserver
用于OceanBase的配置服务器,提供存储和获取rootservice信息的Web服务能力
10K+ pulls
上次更新:未知
oceanbase/oceanbase-cloud-native logo
oceanbase/oceanbase-cloud-native
OceanBase数据库镜像,需与ob-operator配合使用,提供分布式关系型数据库功能。
8.9K pulls
上次更新:未知

轩辕镜像配置手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

登录仓库拉取

通过 Docker 登录认证访问私有仓库

Linux

在 Linux 系统配置镜像服务

Windows/Mac

在 Docker Desktop 配置镜像

Docker Compose

Docker Compose 项目配置

K8s Containerd

Kubernetes 集群配置 Containerd

K3s

K3s 轻量级 Kubernetes 镜像加速

Dev Containers

VS Code Dev Containers 配置

MacOS OrbStack

MacOS OrbStack 容器配置

宝塔面板

在宝塔面板一键配置镜像

群晖

Synology 群晖 NAS 配置

飞牛

飞牛 fnOS 系统配置镜像

极空间

极空间 NAS 系统配置服务

爱快路由

爱快 iKuai 路由系统配置

绿联

绿联 NAS 系统配置镜像

威联通

QNAP 威联通 NAS 配置

Podman

Podman 容器引擎配置

Singularity/Apptainer

HPC 科学计算容器配置

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

专属域名拉取

无需登录使用专属域名

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

轩辕镜像支持哪些镜像仓库?

专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。

流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
oceanbase/seekdb
官方博客Docker 镜像使用技巧与技术博客
热门镜像查看热门 Docker 镜像推荐
一键安装一键安装 Docker 并配置镜像源
咨询镜像拉取问题请 提交工单,官方技术交流群:1072982923
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
咨询镜像拉取问题请提交工单,官方技术交流群:
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
官方邮箱:点击复制邮箱
©2024-2026 源码跳动
官方邮箱:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.