
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Dockerfile链接latest-openjdk, latestlatest-correttolatest-graalvm_ce25R1-openjdk, 25R125R1-corretto24R1-openjdk, 24R124R1-corretto24R1-graalvm_ce23R1-openjdk, 23R123R1-corretto23R1-graalvm_ce22R1-openjdk, 22R122R1-corretto21R1-openjdk, 21R121R1-corretto20R1-openjdk, 20R120R1-correttoeiPlatform企业集成解决方案是一个完整的Java框架,利用应用服务器技术、Web服务和行业XML标准,能够比以往更好、更快、更经济地部署内部和外部系统接口。与图形化IDE组件eiConsole结合使用时,开发人员拥有最全面的企业集成解决方案。
[***]
!logo
docker-compose(推荐)安装Docker
克隆https://github.com/pilotfishtechnology/eiplatform_docker_compose_example%E7%9A%84%E4%B8%BB%E5%88%86%E6%94%AF
bashcd /opt git clone https://github.com/pilotfishtechnology/eiplatform_docker_compose_example cd eiplatform_docker_compose_example
登录客户门户并下载最新许可证文件。
将许可证文件转换为base64编码字符串(echo "$(cat pflicense.key | base64)"),并将base64编码字符串复制到docker-compose.yml中的PFISH_EIP_CONF_com_pilotfish_eip_license_base64环境变量。
运行以下命令启动服务栈
bashdocker-compose up -d
容器运行后,通过端口8080访问eiplatform实例:
[***]
安装Docker
克隆https://github.com/pilotfishtechnology/eiplatform_quick_start%E7%9A%84%E4%B8%BB%E5%88%86%E6%94%AF
bashcd /opt git clone https://github.com/pilotfishtechnology/eiplatform_quick_start cd eiplatform_quick_start
登录客户门户并下载最新许可证文件。
将许可证文件(/license/pflicense.key)和最新路由(eip-root)复制到相应目录。
运行以下命令启动容器
bashdocker run -it -d --name eiplatform \ -v $(pwd)/logs:/opt/pilotfish/logs \ -v $(pwd)/license:/opt/pilotfish/license \ -v $(pwd)/eip-root:/opt/pilotfish/eip-root \ -v $(pwd)/config:/opt/pilotfish/config \ -p 8080:8080 \ pilotfishtechnology/eiplatform
容器运行后,通过端口8080访问eiplatform实例:
[***]
Dockerfile安装Docker
克隆https://github.com/pilotfishtechnology/eiplatform_docker_example%E7%9A%84%E4%B8%BB%E5%88%86%E6%94%AF
bashcd /opt git clone https://github.com/pilotfishtechnology/eiplatform_docker_example cd eiplatform_docker_example
登录客户门户并下载最新许可证文件。
将许可证文件(/license/pflicense.key)和最新路由(eip-root)复制到相应目录。
构建容器
bashdocker build -t my-custom-eiplatform-app .
运行以下命令启动容器
bashdocker run -it -d --name eiplatform \ -v $(pwd)/logs:/opt/pilotfish/logs \ -v $(pwd)/license:/opt/pilotfish/license \ -v $(pwd)/eip-root:/opt/pilotfish/eip-root \ -v $(pwd)/config:/opt/pilotfish/config \ -p 8080:8080 \ my-custom-eiplatform-app
容器运行后,通过端口8080访问eiplatform实例:
[***]
/opt/pilotfish/eip-root - eiPlatform路由文件夹 /opt/pilotfish/config - eiPlatform配置文件夹 /opt/pilotfish/license - eiPlatform许可证文件夹 /opt/pilotfish/logs - eiPlatform日志文件夹 /eiplatform.sh - 启动脚本 /healthcheck.sh - 健康检查脚本 /image_details.info - 包含版本详情和构建时间
# Pilotfish许可证 - PFISH_EIP_CONF_com_pilotfish_eip_license_base64= # Java虚拟机的内存分配池 - JAVA_OPTS=-Xms1g -Xmx3g -Dcom.pilotfish.eip.environmentSettings.file=environment-settings.conf # 设置时区 # - TIMEZONE=America/New_York # 跳过不更改数据的阶段执行的性能优化 # - PFISH_EIP_CONF_com_pilotfish_eip_skipEmptyStages=false # 指定线程池是按路由还是按阶段创建,默认按阶段 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_poolPerRoute=true # 按阶段线程池的配置(仅在PoolPerRoute为false时生效) # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_maxThreadCount=8 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_baseThreadCount=2 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_maxThreadCount=8 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_stage_idleTimeout=60 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_stage_stageQueueSize=-1 # - PFISH_EIP_CONF_com_pilotfish_eip_ntm_allowCoreTimeout=false # 按路由线程池的配置(仅在PoolPerRoute为true时生效) # - PFISH_EIP_CONF_com_pilotfish_eip_transact_baseThreadCount=4 # - PFISH_EIP_CONF_com_pilotfish_eip_transact_maxThreadCount=8 # - PFISH_EIP_CONF_com_pilotfish_eip_transact_queueSize=-1 # - PFISH_EIP_CONF_com_pilotfish_eip_transact_idleTimeout=60 # PilotFish事务缓存类型 # - PFISH_EIP_CONF_com_pilotfish_eip_transact_defaultCache=memory # Docker健康检查 # /healthcheck.sh脚本通过curl确认容器是否运行,失败时容器将终止并由docker-compose的'restart: on-failure'标签自动重启 # 默认启用 # - ENABLE_HEALTHCHECK=1
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。



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