
76527413/dorisDoris是一个高性能、分布式SQL数据仓库,专注于大规模数据的高效分析查询。本镜像集成Doris的Frontend(FE)和Backend(BE)核心组件,提供便捷的一站式部署方案,适用于快速构建企业级数据分析平台。
通过docker run直接启动Doris服务:
bashdocker run -d \ -p 8030:8030 \ -p 9030:9030 \ -p 9050:9050 \ --name doris \ doris \ bash -c "/opt/fe/bin/start_fe.sh & /opt/be/bin/start_be.sh"
参考官方docker-compose示例,典型配置如下:
yamlversion: '3' services: doris: image: doris ports: - "8030:8030" # BE心跳与数据传输端口 - "9030:9030" # FE MySQL协议端口(客户端连接) - "9050:9050" # BE Thrift服务端口 command: bash -c "/opt/fe/bin/start_fe.sh & /opt/be/bin/start_be.sh" restart: unless-stopped
| 端口 | 用途描述 |
|---|---|
| 8030 | Backend节点间心跳检测与数据传输端口 |
| 9030 | Frontend节点MySQL协议端口,用于客户端工具连接 |
| 9050 | Backend节点Thrift服务端口,处理计算任务 |




manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务