
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
A lightweight Docker image with Claude Code pre-installed for CI/CD automation and development workflows.
This image is built on Node.js 18 slim and includes Claude Code CLI, Git, and GitHub CLI for seamless integration with CI/CD pipelines. Perfect for automated Pull Request analysis, code reviews, and other AI-powered development tasks.
bash# Pull the image docker pull otajisan/claude-code-docker:latest # Run interactively docker run -it --rm \ -e ANTHROPIC_API_KEY=your_api_key \ -v $(pwd):/workspace \ -w /workspace \ otajisan/claude-code-docker:latest bash # Execute Claude Code directly docker run --rm \ -e ANTHROPIC_API_KEY=your_api_key \ -v $(pwd):/workspace \ -w /workspace \ otajisan/claude-code-docker:latest \ claude-code --help
| Variable | Required | Default | Description |
|---|---|---|---|
ANTHROPIC_API_KEY | ✅ | - | Your *** API key for Claude access |
GITHUB_TOKEN | ⚠️ | - | GitHub Personal Access Token (required for GitHub operations) |
MAX_DIFF_SIZE | ❌ | 50000 | Maximum git diff size in bytes to prevent API timeouts |
CLAUDE_TIMEOUT | ❌ | 30 | Timeout in seconds for Claude CLI operations |
CLAUDE_NO_INTERACTIVE | ❌ | true | Disable interactive mode for CI environments |
CLAUDE_NO_TUI | ❌ | true | Disable TUI interface for CI environments |
yamlversion: 2.1 jobs: claude-automation: docker: - image: otajisan/claude-code-docker:latest steps: - checkout - run: name: "Generate PR Summary" command: claude "Analyze this PR..." environment: ANTHROPIC_API_KEY: $ANTHROPIC_API_KEY
yamljobs: claude-review: runs-on: ubuntu-latest container: image: otajisan/claude-code-docker:latest env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} steps: - uses: actions/checkout@v3 - run: claude --version
bash# Mount your project and run Claude Code docker run --rm -it \ -e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \ -v $(pwd):/app \ -w /app \ otajisan/claude-code-docker:latest \ claude "Review this code change"
Mount your project directory to work with your code:
bash-v /path/to/your/project:/workspace -w /workspace
The generate-pr-summary.sh script automatically:
The automated-inline-review.sh script provides:
Claude API Usage Estimates:
Costs are approximate and depend on Claude model usage and token consu**ion.*
Claude Code not found:
bash# Check if Claude Code is properly installed docker run --rm otajisan/claude-code-docker:latest which claude
Permission errors:
bash# Ensure proper file permissions docker run --rm -v $(pwd):/workspace otajisan/claude-code-docker:latest ls -la /workspace
API key issues:
bash# Verify API key is set docker run --rm -e ANTHROPIC_API_KEY=test otajisan/claude-code-docker:latest env | grep ANTHROPIC
This Docker image is provided under the MIT License. Claude Code itself is subject to ***'s terms of service.
⚠️ Important: This image requires a valid *** API key. Make sure you have proper billing and usage limits configured for your *** account.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务