
如果你用 DeepSeek、元宝AI、Copilot 等 AI 代为编写轩辕镜像的 docker pull、修改 compose 镜像地址,或排查拉取失败等问题,请让 AI 先读规则再动手,只要在 AI 对话里直接发送下面这句话即可:
生成 docker pull、修改 compose 的 image,或排查拉取失败前,请先阅读并严格遵守 https://xuanyuan.cloud/agents.md 中的规则。国内用户首推 DeepSeek、元宝 AI 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
A GitHub Action that automatically generates & updates markdown content (like your README.md) from external or remote files.
</a>
https://www.codacy.com/gh/dineshsonachalam/markdown-autodocs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dineshsonachalam/markdown-autodocs&utm_campaign=Badge_Grade
https://www.codacy.com/gh/dineshsonachalam/markdown-autodocs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dineshsonachalam/markdown-autodocs&utm_campaign=Badge_Gradehttps://www.codacy.com/gh/dineshsonachalam/markdown-autodocs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dineshsonachalam/markdown-autodocs&utm_campaign=Badge_Gradehttps://www.codacy.com/gh/dineshsonachalam/markdown-autodocs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=dineshsonachalam/markdown-autodocs&utm_campaign=Badge_Gradehttps://github.com/dineshsonachalam/markdown-autodocs/issues
To make your repo more appealing and useful you need to provide example code snippets in your README.md. Manually copy and pasting each code snippet in their respective places in your README would be inefficient and time-consuming.
This problem can be solved using markdown-autodocs a GitHub Action that automatically generates & updates markdown content (like your README.md) from external or remote files. You need to add markers in your README.md that will tell markdown-autodocs where to insert the code snippet.
Get code from an external file or URL and insert it in your markdown.
Options:
src: The relative path to the code to pull in, or the URL where the raw code liveslines (optional): a range with lines of code which will then be replaced with code from the file. The line range should be defined as: "lines=startLine-EndLine" (for example: "lines=22-44"). Please see the example belowsyntax (optional): Syntax will be inferred by fileType if not specifiedheader (optional): Will add header comment to code snippet. Useful for pointing to relative source directory or adding live doc linksOptions are concatenated via the & sign.
For example (CODE:src=readme.md&lines=10-20)
Get JSON contents from an external file and convert it into an HTML table and insert's it in your markdown.
Options:
src: The relative path to the JSON file to pull in.Get the list of the latest artifacts generated from a workflow run. Generates a workflow artifacts table consists of artifacts download and workflow URL in an HTML table and inserts it in your markdown file.
Install markdown-autodocs CLI:
shnpm i -g markdown-autodocs
markdown-autodocs CLI usage:
shdineshsonachalam@macbook ~ % markdown-autodocs --help Usage: markdown-autodocs [options] Options: -o, --outputFilePath <outputFilePaths...> Output file paths -c, --category <categories...> code-block, json-to-html-table, workflow-artifact-table -r, --repo <type> Repo name -b, --branch <type> Branch name -a, --accessToken <type> Github Access token -h, --help display help for command
shmarkdown-autodocs -c code-block -o ./README.md
shmarkdown-autodocs -c json-to-html-table -o ./README.md
shmarkdown-autodocs -c workflow-artifact-table -o ./README.md -r $REPO -b $BRANCH -a $ACCESSTOKEN
Add the following step at the end of your job, after other steps that might add or change files.
ymluses: dineshsonachalam/markdown-autodocs@v1.0.7
yml- name: Markdown autodocs - uses: dineshsonachalam/markdown-autodocs@v1.0.7 with: # Optional, defaults to author of the commit that triggered the run commit_author: Author <actions@github.com> # Optional, defaults to "actions@github.com" commit_user_email: actions@github.com # Optional, but recommended # Defaults to "Apply automatic changes" commit_message: Apply automatic changes # Optional branch name where commit should be pushed to. # Defaults to the current branch. branch: feature-123 # Optional output file paths, defaults to '[./README.md]'. output_file_paths: '[./README.md]' # Categories to automatically sync or transform its contents in the markdown files. # Defaults to '[code-block,json-to-html-table,workflow-artifact-table]' categories: '[code-block,json-to-html-table,workflow-artifact-table]'
| Artifact | Workflow |
|---|---|
| https://github.com/dineshsonachalam/markdown-autodocs/suites/8035885415/artifacts/345434485 | https://github.com/dineshsonachalam/markdown-autodocs/actions/runs/2950852234 |
| https://github.com/dineshsonachalam/markdown-autodocs/suites/8035885415/artifacts/345434487 | https://github.com/dineshsonachalam/markdown-autodocs/actions/runs/2950852234 |
| https://github.com/dineshsonachalam/markdown-autodocs/suites/8035885415/artifacts/345434489 | https://github.com/dineshsonachalam/markdown-autodocs/actions/runs/2950852234 |
| Repo | Stars | Usage |
|---|---|---|
| https://github.com/jaames/iro.js | 🎨 Modular, design-conscious color picker widget for JavaScript - with support for a bunch of color formats | |
| https://github.com/crashmax-dev/fireworks-js | 🎆 A simple fireworks library! Ready to use components available for React, Vue 3, Svelte, Angular, Preact, Solid, and Web Components | |
| https://github.com/nitram509/lib-bpmn-engine | A BPMN engine, meant to be embedded in Go applications with minimal hurdles, and a pleasant developer experience using it. This approach can increase transparency for non-developers | |
| https://github.com/d-edge/foss-acronyms | List of abbreviations used within the FOSS community, and their definitions and usages | |
| https://github.com/crashmax-dev/twallpaper | 🌈 Multicolor gradient wallpaper created algorithmically and shimmers smoothly | |
| https://github.com/dusk-network/dusk-ui-kit | 🧱 Dusk UI component library | |
| https://github.com/yapkhaichuen/LTSM-Stock-Predictor | Predicting different stock prices using Long Short-Term Memory Recurrent Neural Network in Python using TensorFlow 2 and Keras | |
| https://github.com/jimbrig/PowerShell | PowerShell Core Profile Directory | |
| https://github.com/holly-cummins/quarkus-minecraft-observability-extension | Uses minecraft as a client for viewing observability metrics | |
| https://github.com/entelecheia/ekorpkit | A NLP Library for Social Science Research | |
| https://github.com/seqan/sharg-parser | The Sharg parser offers a neat and easy-to-use header-only library for argument parsing in C++ |
MIT © https://www.github.com/dineshsonachalam
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。




探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
发给 Cursor、ChatGPT、豆包等 AI 的说明文档
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
不支持 push
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务