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

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

官方QQ群: 1072982923

热门搜索:openclaw🔥nginx🔥redis🔥mysqlopenjdkcursorweb2apimemgraphzabbixetcdubuntucorednsjdk
n8n

mcp/n8n

mcp(Model Context Protocol)

连接n8n工作流自动化平台与AI模型,提供543个n8n节点、工作流模板和具备AI能力的自动化工具的访问。

11 次收藏下载次数: 0状态:社区镜像维护者:mcp(Model Context Protocol)仓库类型:镜像最近更新:4 个月前
轩辕镜像,加速的不只是镜像。点击查看
版本下载
轩辕镜像,加速的不只是镜像。点击查看

n8n MCP Server

Bridges n8n's workflow automation platform with AI models, providing access to 543 n8n nodes, workflow templates, and AI-capable automation tools.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagehttps://hub.docker.com/repository/docker/mcp/n8n
Authorhttps://github.com/czlonkowski
Repositoryhttps://github.com/czlonkowski/n8n-mcp

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/czlonkowski/n8n-mcp/blob/1bbfaabbc20f4989d81bc8a2cfc9f***ed8/Dockerfile
Commit1bbfaabbc20f4989d81bc8a2cfc9f16795134ed8
Docker Image built byDocker Inc.
Docker Scout Health Score!Docker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/n8n --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (42)

Tools provided by this ServerShort Description
get_database_statisticsNode stats: 525 total, 263 AI tools, 104 triggers, 87% docs coverage.
get_node_as_tool_infoHow to use ANY node as AI tool.
get_node_documentationGet readable docs with examples/auth/patterns.
get_node_essentialsGet node essential info with optional real-world examples from templates.
get_node_infoGet full node documentation.
get_property_dependenciesShows property dependencies and visibility rules.
get_templateGet template by ID.
get_templates_for_taskCurated templates by task.
list_ai_toolsList 263 AI-optimized nodes.
list_node_templatesFind templates using specific nodes.
list_nodesList n8n nodes.
list_tasksList task templates by category: HTTP/API, Webhooks, Database, AI, Data Processing, Communication.
list_templatesList all templates with minimal data (id, name, description, views, node count).
n8n_autofix_workflowAutomatically fix common workflow validation errors.
n8n_create_workflowCreate workflow.
n8n_delete_executionDelete an execution record.
n8n_delete_workflowPermanently delete a workflow.
n8n_diagnosticDiagnose n8n API config.
n8n_get_executionGet execution details with smart filtering.
n8n_get_workflowGet a workflow by ID.
n8n_get_workflow_detailsGet workflow details with metadata, version, execution stats.
n8n_get_workflow_minimalGet minimal info: ID, name, active status, tags.
n8n_get_workflow_structureGet workflow structure: nodes and connections only.
n8n_health_checkCheck n8n instance health and API connectivity.
n8n_list_available_toolsList available n8n tools and capabilities.
n8n_list_executionsList workflow executions (returns up to limit).
n8n_list_workflowsList workflows (minimal metadata only).
n8n_trigger_webhook_workflowTrigger workflow via webhook.
n8n_update_full_workflowFull workflow update.
n8n_update_partial_workflowUpdate workflow incrementally with diff operations.
n8n_validate_workflowValidate workflow by ID.
n8n_workflow_versionsManage workflow version history, rollback, and cleanup.
search_node_propertiesFind specific properties in a node (auth, headers, body, etc).
search_nodesSearch n8n nodes by keyword with optional real-world examples.
search_templatesSearch templates by name/description keywords.
search_templates_by_metadataSearch templates by AI-generated metadata.
tools_documentationGet documentation for n8n MCP tools.
validate_node_minimalCheck n8n node required fields.
validate_node_operationValidate n8n node configuration.
validate_workflowFull workflow validation: structure, connections, expressions, AI tools.
validate_workflow_connectionsCheck workflow connections only: valid nodes, no cycles, proper triggers, AI tool links.
validate_workflow_expressionsValidate n8n expressions: syntax {{}}, variables ($json/$node), references.

Tools Details

Tool: get_database_statistics

Node stats: 525 total, 263 AI tools, 104 triggers, 87% docs coverage. Verifies MCP working.

Tool: get_node_as_tool_info

How to use ANY node as AI tool. Shows requirements, use cases, examples. Works for all nodes, not just AI-marked ones.

ParametersTypeDescription
nodeTypestringFull node type WITH prefix: "nodes-base.slack", "nodes-base.googleSheets", etc.

Tool: get_node_documentation

Get readable docs with examples/auth/patterns. Better than raw schema! 87% coverage. Format: "nodes-base.slack"

ParametersTypeDescription
nodeTypestringFull type with prefix: "nodes-base.slack"

Tool: get_node_essentials

Get node essential info with optional real-world examples from templates. Pass nodeType as string with prefix. Example: nodeType="nodes-base.slack". Use includeExamples=true to get top 3 template configs.

ParametersTypeDescription
nodeTypestringFull type: "nodes-base.httpRequest"
includeExamplesboolean optionalInclude top 3 real-world configuration examples from popular templates (default: false)

Tool: get_node_info

Get full node documentation. Pass nodeType as string with prefix. Example: nodeType="nodes-base.webhook"

ParametersTypeDescription
nodeTypestringFull type: "nodes-base.{name}" or "nodes-langchain.{name}". Examples: nodes-base.httpRequest, nodes-base.webhook, nodes-base.slack

Tool: get_property_dependencies

Shows property dependencies and visibility rules. Example: sendBody=true reveals body fields. Test visibility with optional config.

ParametersTypeDescription
nodeTypestringThe node type to analyze (e.g., "nodes-base.httpRequest")
configobject optionalOptional partial configuration to check visibility impact

Tool: get_template

Get template by ID. Use mode to control response size: nodes_only (minimal), structure (nodes+connections), full (complete workflow).

ParametersTypeDescription
templateIdnumberThe template ID to retrieve
modestring optionalResponse detail level. nodes_only: just node list, structure: nodes+connections, full: complete workflow JSON.

Tool: get_templates_for_task

Curated templates by task. Returns paginated results sorted by popularity.

ParametersTypeDescription
taskstringThe type of task to get templates for
limitnumber optionalMaximum number of results. Default 10.
offsetnumber optionalPagination offset. Default 0.

Tool: list_ai_tools

List 263 AI-optimized nodes. Note: ANY node can be AI tool! Connect any node to AI Agent's tool port. Community nodes need N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true.

Tool: list_node_templates

Find templates using specific nodes. Returns paginated results. Use FULL types: "n8n-nodes-base.httpRequest".

ParametersTypeDescription
nodeTypesarrayArray of node types to search for (e.g., ["n8n-nodes-base.httpRequest", "n8n-nodes-base.openAi"])
limitnumber optionalMaximum number of templates to return. Default 10.
offsetnumber optionalPagination offset. Default 0.

Tool: list_nodes

List n8n nodes. Common: list_nodes({limit:200}) for all, list_nodes({category:'trigger'}) for triggers. Package: "n8n-nodes-base" or "@n8n/n8n-nodes-langchain". Categories: trigger/transform/output/input.

ParametersTypeDescription
categorystring optionaltrigger
developmentStylestring optionalUsually "programmatic"
isAIToolboolean optionalFilter AI-capable nodes
limitnumber optionalMax results (default 50, use 200+ for all)
packagestring optional"n8n-nodes-base" (core) or "@n8n/n8n-nodes-langchain" (AI)

Tool: list_tasks

List task templates by category: HTTP/API, Webhooks, Database, AI, Data Processing, Communication.

ParametersTypeDescription
categorystring optionalFilter by category (optional)

Tool: list_templates

List all templates with minimal data (id, name, description, views, node count). Optionally include AI-generated metadata for smart filtering.

ParametersTypeDescription
includeMetadataboolean optionalInclude AI-generated metadata (categories, complexity, setup time, etc.). Default false.
limitnumber optionalNumber of results (1-100). Default 10.
offsetnumber optionalPagination offset. Default 0.
sortBystring optionalSort field. Default: views (popularity).

Tool: n8n_autofix_workflow

Automatically fix common workflow validation errors. Preview fixes or apply them. Fixes expression format, typeVersion, error output config, webhook paths.

ParametersTypeDescription
idstringWorkflow ID to fix
applyFixesboolean optionalApply fixes to workflow (default: false - preview mode)
confidenceThresholdstring optionalMinimum confidence level for fixes (default: medium)
fixTypesarray optionalTypes of fixes to apply (default: all)
maxFixesnumber optionalMaximum number of fixes to apply (default: 50)

Tool: n8n_create_workflow

Create workflow. Requires: name, nodes[], connections{}. Created inactive. Returns workflow with ID.

ParametersTypeDescription
connectionsobjectWorkflow connections object. Keys are source node IDs, values define output connections
namestringWorkflow name (required)
nodesarrayArray of workflow nodes. Each node must have: id, name, type, typeVersion, position, and parameters
settingsobject optionalOptional workflow settings (execution order, timezone, error handling)

Tool: n8n_delete_execution

Delete an execution record. This only removes the execution history, not any data processed.

ParametersTypeDescription
idstringExecution ID to delete

Tool: n8n_delete_workflow

Permanently delete a workflow. This action cannot be undone.

ParametersTypeDescription
idstringWorkflow ID to delete

Tool: n8n_diagnostic

Diagnose n8n API config. Shows tool status, API connectivity, env vars. Helps troubleshoot missing tools.

ParametersTypeDescription
verboseboolean optionalInclude detailed debug information (default: false)

Tool: n8n_get_execution

Get execution details with smart filtering. RECOMMENDED: Use mode='preview' first to assess data size. Examples:

  • {id, mode:'preview'} - Structure & counts (fast, no data)
  • {id, mode:'summary'} - 2 samples per node (default)
  • {id, mode:'filtered', itemsLimit:5} - 5 items per node
  • {id, nodeNames:['HTTP Request']} - Specific node only
  • {id, mode:'full'} - Complete data (use with caution) Parameters|Type|Description -|-|- id|string|Execution ID includeData|boolean optional|Legacy: Include execution data. Maps to mode=summary if true (deprecated, use mode instead) includeInputData|boolean optional|Include input data in addition to output (default: false) itemsLimit|number optional|Items per node: 0=structure only, 2=default, -1=unlimited (for filtered mode) mode|string optional|Data retrieval mode: preview=structure only, summary=2 items, filtered=custom, full=all data nodeNames|array optional|Filter to specific nodes by name (for filtered mode)

Tool: n8n_get_workflow

Get a workflow by ID. Returns the complete workflow including nodes, connections, and settings.

ParametersTypeDescription
idstringWorkflow ID

Tool: n8n_get_workflow_details

Get workflow details with metadata, version, execution stats. More info than get_workflow.

ParametersTypeDescription
idstringWorkflow ID

Tool: n8n_get_workflow_minimal

Get minimal info: ID, name, active status, tags. Fast for listings.

ParametersTypeDescription
idstringWorkflow ID

Tool: n8n_get_workflow_structure

Get workflow structure: nodes and connections only. No parameter details.

ParametersTypeDescription
idstringWorkflow ID

Tool: n8n_health_check

Check n8n instance health and API connectivity. Returns status and available features.

Tool: n8n_list_available_tools

List available n8n tools and capabilities.

Tool: n8n_list_executions

List workflow executions (returns up to limit). Check hasMore/nextCursor for pagination.

ParametersTypeDescription
cursorstring optionalPagination cursor from previous response
includeDataboolean optionalInclude execution data (default: false)
limitnumber optionalNumber of executions to return (1-100, default: 100)
projectIdstring optionalFilter by project ID (enterprise feature)
statusstring optionalFilter by execution status
workflowIdstring optionalFilter by workflow ID

Tool: n8n_list_workflows

List workflows (minimal metadata only). Returns id/name/active/dates/tags. Check hasMore/nextCursor for pagination.

ParametersTypeDescription
activeboolean optionalFilter by active status
cursorstring optionalPagination cursor from previous response
excludePinnedDataboolean optionalExclude pinned data from response (default: true)
limitnumber optionalNumber of workflows to return (1-100, default: 100)
projectIdstring optionalFilter by project ID (enterprise feature)
tagsarray optionalFilter by tags (exact match)

Tool: n8n_trigger_webhook_workflow

Trigger workflow via webhook. Must be ACTIVE with Webhook node. Method must match config.

ParametersTypeDescription
webhookUrlstringFull webhook URL from n8n workflow (e.g., [***]
dataobject optionalData to send with the webhook request
headersobject optionalAdditional HTTP headers
httpMethodstring optionalHTTP method (must match webhook configuration, often GET)
waitForResponseboolean optionalWait for workflow completion (default: true)

Tool: n8n_update_full_workflow

Full workflow update. Requires complete nodes[] and connections{}. For incremental use n8n_update_partial_workflow.

ParametersTypeDescription
idstringWorkflow ID to update
connectionsobject optionalComplete connections object (required if modifying workflow structure)
namestring optionalNew workflow name
nodesarray optionalComplete array of workflow nodes (required if modifying workflow structure)
settingsobject optionalWorkflow settings to update

Tool: n8n_update_partial_workflow

Update workflow incrementally with diff operations. Types: addNode, removeNode, updateNode, moveNode, enable/disableNode, addConnection, removeConnection, updateSettings, updateName, add/removeTag. See tools_documentation("n8n_update_partial_workflow", "full") for details.

ParametersTypeDescription
idstringWorkflow ID to update
operationsarrayArray of diff operations to apply. Each operation must have a "type" field and relevant properties for that operation type.
continueOnErrorboolean optionalIf true, apply valid operations even if some fail (best-effort mode). Returns applied and failed operation indices. Default: false (atomic)
validateOnlyboolean optionalIf true, only validate operations without applying them

Tool: n8n_validate_workflow

Validate workflow by ID. Checks nodes, connections, expressions. Returns errors/warnings/suggestions.

ParametersTypeDescription
idstringWorkflow ID to validate
optionsobject optionalValidation options

Tool: n8n_workflow_versions

Manage workflow version history, rollback, and cleanup. Six modes:

  • list: Show version history for a workflow
  • get: Get details of specific version
  • rollback: Restore workflow to previous version (creates backup first)
  • delete: Delete specific version or all versions for a workflow
  • prune: Manually trigger pruning to keep N most recent versions
  • truncate: Delete ALL versions for ALL workflows (requires confirmation) Parameters|Type|Description -|-|- mode|string|Operation mode confirmTruncate|boolean optional|REQUIRED: Must be true to truncate all versions (truncate mode only) deleteAll|boolean optional|Delete all versions for workflow (delete mode only) limit|number optional|Max versions to return in list mode maxVersions|number optional|Keep N most recent versions (prune mode only) validateBefore|boolean optional|Validate workflow structure before rollback versionId|number optional|Version ID (required for get mode and single version delete, optional for rollback) workflowId|string optional|Workflow ID (required for list, rollback, delete, prune)

Tool: search_node_properties

Find specific properties in a node (auth, headers, body, etc). Returns paths and descriptions.

ParametersTypeDescription
nodeTypestringFull type with prefix
querystringProperty to find: "auth", "header", "body", "json"
maxResultsnumber optionalMax results (default 20)

Tool: search_nodes

Search n8n nodes by keyword with optional real-world examples. Pass query as string. Example: query="webhook" or query="database". Returns max 20 results. Use includeExamples=true to get top 2 template configs per node.

ParametersTypeDescription
querystringSearch terms. Use quotes for exact phrase.
includeExamplesboolean optionalInclude top 2 real-world configuration examples from popular templates (default: false)
limitnumber optionalMax results (default 20)
modestring optionalOR=any word, AND=all words, FUZZY=typo-tolerant

Tool: search_templates

Search templates by name/description keywords. Returns paginated results. NOT for node types! For nodes use list_node_templates.

ParametersTypeDescription
querystringSearch keyword as string. Example: "chatbot"
fieldsarray optionalFields to include in response. Default: all fields. Example: ["id", "name"] for minimal response.
limitnumber optionalMaximum number of results. Default 20.
offsetnumber optionalPagination offset. Default 0.

Tool: search_templates_by_metadata

Search templates by AI-generated metadata. Filter by category, complexity, setup time, services, or audience. Returns rich metadata for smart template discovery.

ParametersTypeDescription
categorystring optionalFilter by category (e.g., "automation", "integration", "data processing")
complexitystring optionalFilter by complexity level
limitnumber optionalMaximum number of results. Default 20.
maxSetupMinutesnumber optionalMaximum setup time in minutes
minSetupMinutesnumber optionalMinimum setup time in minutes
offsetnumber optionalPagination offset. Default 0.
requiredServicestring optionalFilter by required service (e.g., "openai", "slack", "google")
targetAudiencestring optionalFilter by target audience (e.g., "developers", "marketers", "analysts")

Tool: tools_documentation

Get documentation for n8n MCP tools. Call without parameters for quick start guide. Use topic parameter to get documentation for specific tools. Use depth='full' for comprehensive documentation.

ParametersTypeDescription
depthstring optionalLevel of detail. "essentials" (default) for quick reference, "full" for comprehensive docs.
topicstring optionalTool name (e.g., "search_nodes") or "overview" for general guide. Leave empty for quick reference.

Tool: validate_node_minimal

Check n8n node required fields. Pass nodeType as string and config as empty object {}. Example: nodeType="nodes-base.webhook", config={}

ParametersTypeDescription
configobjectConfiguration object. Always pass {} for empty config
nodeTypestringNode type as string. Example: "nodes-base.slack"

Tool: validate_node_operation

Validate n8n node configuration. Pass nodeType as string and config as object. Example: nodeType="nodes-base.slack", config={resource:"channel",operation:"create"}

ParametersTypeDescription
configobjectConfiguration as object. For simple nodes use {}. For complex nodes include fields like {resource:"channel",operation:"create"}
nodeTypestringNode type as string. Example: "nodes-base.slack"
profilestring optionalProfile string: "minimal", "runtime", "ai-friendly", or "strict". Default is "ai-friendly"

Tool: validate_workflow

Full workflow validation: structure, connections, expressions, AI tools. Returns errors/warnings/fixes. Essential before deploy.

ParametersTypeDescription
workflowobjectThe complete workflow JSON to validate. Must include nodes array and connections object.
optionsobject optionalOptional validation settings

Tool: validate_workflow_connections

Check workflow connections only: valid nodes, no cycles, proper triggers, AI tool links. Fast structure validation.

ParametersTypeDescription
workflowobjectThe workflow JSON with nodes array and connections object.

Tool: validate_workflow_expressions

Validate n8n expressions: syntax {{}}, variables ($json/$node), references. Returns errors with locations.

ParametersTypeDescription
workflowobjectThe workflow JSON to check for expression errors.

Use this MCP Server

json
{
  "mcpServers": {
    "n8n": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "N8N_API_URL",
        "-e",
        "N8N_API_KEY",
        "mcp/n8n"
      ],
      "env": {
        "N8N_API_URL": "http://host.docker.internal:5678",
        "N8N_API_KEY": "n8n_api_****"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

查看更多 n8n 相关镜像 →

n8nio/n8n logo

n8nio/n8n

n8n 工作流自动化平台
这是一款免费且开源、采用公平代码许可的基于节点的工作流自动化工具,它通过直观的节点连接方式,帮助用户轻松构建和自动化各类复杂工作流程,适用于个人、团队及企业等不同场景,兼具灵活性与易用性,致力于为用户提供高效、透明的自动化解决方案。
1.2千 次收藏1亿+ 次下载
13 天前更新
n8nio/runners logo

n8nio/runners

n8n 工作流自动化平台
n8nio/runners 是 n8nio 官方推出的任务运行器 Docker 镜像,专为开源工作流自动化平台 n8n 的代码执行场景设计,核心功能是承接 n8n 中 Code Node 发送的用户自定义 JavaScript 或 Python 代码任务,通过独立容器实现代码执行的隔离与资源管控。该镜像需作为 sidecar 容器与 n8n 主实例协同部署,目前(截至 2025 年 9 月)处于 Beta 测试阶段。
9 次收藏50万+ 次下载
13 天前更新
crazymax/n8n logo

crazymax/n8n

crazymax
基于Alpine Linux的n8n Docker镜像,提供轻量级的开源工作流自动化工具部署方案。
10万+ 次下载
2 年前更新
fedeiglesias/n8n logo

fedeiglesias/n8n

fedeiglesias
n8n
1万+ 次下载
13 天前更新
deluxebear/n8n logo

deluxebear/n8n

deluxebear
持续同步 n8n 官方版本,做最好的中文版
10 次收藏1万+ 次下载
21 天前更新
abierwirth/n8n logo

abierwirth/n8n

abierwirth
集成PowerShell Core的n8n镜像,用于配合@starfallprojects/n8n-nodes-powershell社区节点实现PowerShell脚本执行和自动化工作流。
3千+ 次下载
9 个月前更新

轩辕镜像配置手册

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

Docker 配置

登录仓库拉取

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

专属域名拉取

无需登录使用专属域名

K8s Containerd

Kubernetes 集群配置 Containerd

K3s

K3s 轻量级 Kubernetes 镜像加速

Dev Containers

VS Code Dev Containers 配置

Podman

Podman 容器引擎配置

Singularity/Apptainer

HPC 科学计算容器配置

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

Harbor 镜像源配置

Harbor Proxy Repository 对接专属域名

Portainer 镜像源配置

Portainer Registries 加速拉取

Nexus 镜像源配置

Nexus3 Docker Proxy 内网缓存

系统配置

Linux

在 Linux 系统配置镜像服务

Windows/Mac

在 Docker Desktop 配置镜像

MacOS OrbStack

MacOS OrbStack 容器配置

Docker Compose

Docker Compose 项目配置

NAS 设备

群晖

Synology 群晖 NAS 配置

飞牛

飞牛 fnOS 系统配置镜像

绿联

绿联 NAS 系统配置镜像

威联通

QNAP 威联通 NAS 配置

极空间

极空间 NAS 系统配置服务

网络设备

爱快路由

爱快 iKuai 路由系统配置

宝塔面板

在宝塔面板一键配置镜像

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

镜像拉取常见问题

使用与功能问题

配置了专属域名后,docker search 为什么会报错?

docker search 限制

Docker Hub 上有的镜像,为什么在轩辕镜像网站搜不到?

站内搜不到镜像

机器不能直连外网时,怎么用 docker save / load 迁镜像?

离线 save/load

docker pull 拉插件报错(plugin v1+json)怎么办?

插件要用 plugin install

WSL 里 Docker 拉镜像特别慢,怎么排查和优化?

WSL 拉取慢

轩辕镜像安全吗?如何用 digest 校验镜像没被篡改?

安全与 digest

第一次用轩辕镜像拉 Docker 镜像,要怎么登录和配置?

新手拉取配置

错误码与失败问题

docker pull 提示 manifest unknown 怎么办?

manifest unknown

docker pull 提示 no matching manifest 怎么办?

no matching manifest(架构)

镜像已拉取完成,却提示 invalid tar header 或 failed to register layer 怎么办?

invalid tar header(解压)

Docker pull 时 HTTPS / TLS 证书验证失败怎么办?

TLS 证书失败

Docker pull 时 DNS 解析超时或连不上仓库怎么办?

DNS 超时

Docker 拉取出现 410 Gone 怎么办?

410 Gone 排查

出现 402 或「流量用尽」提示怎么办?

402 与流量用尽

Docker 拉取提示 UNAUTHORIZED(401)怎么办?

401 认证失败

遇到 429 Too Many Requests(请求太频繁)怎么办?

429 限流

docker login 提示 Cannot autolaunch D-Bus,还算登录成功吗?

D-Bus 凭证提示

为什么会出现「单层超过 20GB」或 413,无法加速拉取?

413 与超大单层

账号 / 计费 / 权限

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

免费版与专业版区别

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

支持的镜像仓库

镜像拉取失败还会不会扣流量?

失败是否计费

麒麟 V10 / 统信 UOS 提示 KYSEC 权限不够怎么办?

KYSEC 拦截脚本

如何在轩辕镜像申请开具发票?

申请开票

怎么修改轩辕镜像的网站登录和仓库登录密码?

修改登录密码

如何注销轩辕镜像账户?要注意什么?

注销账户

配置与原理类

写了 registry-mirrors,为什么还是走官方或仍然报错?

mirrors 不生效

怎么用 docker tag 去掉镜像名里的轩辕域名前缀?

去掉域名前缀

如何拉取指定 CPU 架构的镜像(如 ARM64、AMD64)?

指定架构拉取

用轩辕镜像拉镜像时快时慢,常见原因有哪些?

拉取速度原因

查看全部问题→

用户好评

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

用户头像

oldzhang

运维工程师

Linux服务器

5

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

轩辕镜像
mcp(Model Context Protocol)
...
mcp/n8n
博客公告Docker 镜像公告与技术博客
热门镜像查看热门 Docker 镜像推荐
一键安装一键安装 Docker 并配置镜像源
镜像拉取问题咨询请 提交工单,官方技术交流群:1072982923。轩辕镜像所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
镜像拉取问题咨询请提交工单,官方技术交流群:。轩辕镜像所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
商务合作:点击复制邮箱
©2024-2026 源码跳动
商务合作:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.