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

交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源Homebrew 源
帮助
常见问题轩辕镜像免费版
其他
关于我们网站地图
热门搜索:
razorpay

mcp/razorpay

mcp(Model Context Protocol)

Razorpay's Official MCP Server

1 次收藏下载次数: 0状态:社区镜像维护者:mcp(Model Context Protocol)仓库类型:镜像最近更新:30 天前
轩辕镜像,让镜像更快,让人生更轻。点击查看
镜像简介
标签下载
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。点击查看

Razorpay MCP Server

Razorpay's Official MCP Server.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagehttps://hub.docker.com/repository/docker/mcp/razorpay
Authorhttps://github.com/razorpay
Repositoryhttps://github.com/razorpay/razorpay-mcp-server

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/razorpay/razorpay-mcp-server/blob/7950d51d118ca164c32b7cf0cfaa14f34f24849f/Dockerfile
Commit7950d51d118ca164c32b7cf0cfaa14f34f24849f
Docker Image built byDocker Inc.
Docker Scout Health Score!Docker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/razorpay --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (45)

Tools provided by this ServerShort Description
capture_paymentUse this tool to capture a previously authorized payment.
close_qr_codeClose a QR Code that's no longer needed
create_instant_settlementCreate an instant settlement to get funds transferred to your bank account
create_orderCreate a new order in Razorpay.
create_payment_linkCreate a new standard payment link in Razorpay with a specified amount
create_qr_codeCreate a new QR code in Razorpay that can be used to accept UPI payments
create_refundUse this tool to create a normal refund for a payment.
create_registration_linkCreate a registration link (auth link) for subscription registration in Razorpay to set up recurring payments via card, emandate, NACH, or UPI.
detect_stackDetect the technology stack of a project based on file information.
fetch_all_instant_settlementsFetch all instant settlements with optional filtering, pagination, and payout details
fetch_all_ordersFetch all orders with optional filtering and pagination
fetch_all_payment_linksFetch all payment links with optional filtering by payment ID or reference ID.You can specify the upi_link parameter to filter by link type.
fetch_all_paymentsFetch all payments with optional filtering and pagination
fetch_all_payoutsFetch all payouts for a bank account number
fetch_all_qr_codesFetch all QR codes with optional filtering and pagination
fetch_all_refundsUse this tool to retrieve details of all refunds.
fetch_all_settlementsFetch all settlements with optional filtering and pagination
fetch_instant_settlement_with_idFetch details of a specific instant settlement using its ID
fetch_multiple_refunds_for_paymentUse this tool to retrieve multiple refunds for a payment.
fetch_orderFetch an order's details using its ID
fetch_order_paymentsFetch all payments made for a specific order in Razorpay
fetch_paymentUse this tool to retrieve the details of a specific payment using its id.
fetch_payment_card_detailsUse this tool to retrieve the details of the card used to make a payment.
fetch_payment_linkFetch payment link details using it's ID.
fetch_payments_for_qr_codeFetch all payments made on a QR code
fetch_payout_with_idFetch a payout's details using its ID
fetch_qr_codeFetch a QR code's details using it's ID
fetch_qr_codes_by_customer_idFetch all QR codes for a specific customer
fetch_qr_codes_by_payment_idFetch all QR codes for a specific payment
fetch_refundUse this tool to retrieve the details of a specific refund using its id.
fetch_settlement_recon_detailsFetch settlement reconciliation report for a specific time period
fetch_settlement_with_idFetch details of a specific settlement using its ID
fetch_specific_refund_for_paymentUse this tool to retrieve details of a specific refund made for a payment.
fetch_tokensGet all saved payment methods (cards, UPI) for a customer.
initiate_paymentInitiate a payment using the S2S JSON v1 flow.
integrate_razorpay_checkoutComplete Razorpay Standard Checkout integration.
payment_link_notifySend or resend notification for a payment link via SMS or email.
payment_link_upi_createCreate a new UPI payment link in Razorpay with a specified amount and additional options.
resend_otpResend OTP to the customer's registered mobile number if the previous OTP was not received or has expired.
revoke_tokenRevoke a saved payment method (token) for a customer.
submit_otpVerify and submit the OTP received by the customer to complete the payment authentication process.
update_orderUse this tool to update the notes for a specific order.
update_paymentUse this tool to update the notes field of a payment.
update_payment_linkUpdate any existing standard or UPI payment link with new details such as reference ID, expiry date, or notes.
update_refundUse this tool to update the notes for a specific refund.

Tools Details

Tool: capture_payment

Use this tool to capture a previously authorized payment. Only payments with 'authorized' status can be captured

ParametersTypeDescription
amountnumberThe amount to be captured in paise. For INR: 100 paise = ₹1. Should be equal to the authorized amount
currencystringISO code of the currency in which the payment was made (e.g., INR)
payment_idstringUnique identifier of the payment to be captured. Should start with 'pay_'

This tool may perform destructive updates.


Tool: close_qr_code

Close a QR Code that's no longer needed

ParametersTypeDescription
qr_code_idstringUnique identifier of the QR Code to be closedThe QR code id should start with 'qr_'

This tool may perform destructive updates.


Tool: create_instant_settlement

Create an instant settlement to get funds transferred to your bank account

ParametersTypeDescription
amountnumberThe amount you want to get settled instantly in paise (smallest currency sub-unit). For INR: 100 paise = ₹1. Example: for ₹295, use 29500
descriptionstring optionalCustom note for the instant settlement.
notesobject optionalKey-value pairs for additional information. Max 15 pairs, 256 chars each
settle_full_balanceboolean optionalIf true, Razorpay will settle the maximum amount possible and ignore amount parameter

This tool may perform destructive updates.


Tool: create_order

Create a new order in Razorpay. Supports both regular orders and mandate orders.

For REGULAR ORDERS: Provide amount, currency, and optional receipt/notes.

For MANDATE ORDERS (recurring payments): You MUST provide ALL of these fields: amount, currency, method='upi', customer_id (starts with 'cust_'), and token object.

The token object is required for mandate orders and must contain: max_amount (positive number in paise - For INR: 100 paise = ₹1), frequency (as_presented/monthly/one_time/yearly/weekly/daily), type='single_block_multiple_debit', and optionally expire_at (defaults to today+60days).

IMPORTANT: When token.type is 'single_block_multiple_debit', the method MUST be 'upi'.

Example mandate order payload: {"amount": 100, "currency": "INR", "method": "upi", "customer_id": "cust_abc123", "token": {"max_amount": 100, "frequency": "as_presented", "type": "single_block_multiple_debit"}, "receipt": "Receipt No. 1", "notes": {"key": "value"}}

ParametersTypeDescription
amountnumberPayment amount in paise (smallest currency sub-unit). For INR: 100 paise = ₹1. Example: for ₹295, use 29500
currencystringISO code for the currency (e.g., INR, USD, SGD)
customer_idstring optionalCustomer ID for mandate orders. REQUIRED for mandate orders. Must start with 'cust_' followed by alphanumeric characters. Example: 'cust_xxx'. This identifies the customer for recurring payments.
first_payment_min_amountnumber optionalMinimum amount in paise for first partial payment (only if partial_payment is true). For INR: 100 paise = ₹1
methodstring optionalPayment method for mandate orders. REQUIRED for mandate orders. Must be 'upi' when using token.type='single_block_multiple_debit'. This field is used only for mandate/recurring payment orders.
notesobject optionalKey-value pairs for additional information (max 15 pairs, 256 chars each)
partial_paymentboolean optionalWhether the customer can make partial payments
receiptstring optionalReceipt number for internal reference (max 40 chars, must be unique)
tokenobject optionalToken object for mandate orders. REQUIRED for mandate orders. Must contain: max_amount (positive number in paise, maximum debit amount - For INR: 100 paise = ₹1), frequency (as_presented/monthly/one_time/yearly/weekly/daily), type='single_block_multiple_debit' (only supported type), and optionally expire_at (Unix timestamp, defaults to today+60days). Example: {"max_amount": 100, "frequency": "as_presented", "type": "single_block_multiple_debit"}
transfersarray optionalArray of transfer objects for distributing payment amounts among multiple linked accounts. Each transfer object should contain: account (linked account ID), amount (in currency subunits), currency (ISO code), and optional fields like notes, linked_account_notes, on_hold, on_hold_until

This tool may perform destructive updates.


Tool: create_payment_link

Create a new standard payment link in Razorpay with a specified amount

ParametersTypeDescription
amountnumberAmount to be paid using the link in paise (smallest currency unit). For INR: 100 paise = ₹1. Example: for ₹300, use 30000
currencystringThree-letter ISO code for the currency (e.g., INR)
accept_partialboolean optionalIndicates whether customers can make partial payments using the Payment Link. Default: false
callback_methodstring optionalHTTP method for callback redirection. Must be 'get' if callback_url is set.
callback_urlstring optionalIf specified, adds a redirect URL to the Payment Link. Customer will be redirected here after payment.
customer_contactstring optionalContact number of the customer.
customer_emailstring optionalEmail address of the customer.
customer_namestring optionalName of the customer.
descriptionstring optionalA brief description of the Payment Link explaining the intent of the payment.
expire_bynumber optionalTimestamp, in Unix, when the Payment Link will expire. By default, a Payment Link will be valid for six months.
first_min_partial_amountnumber optionalMinimum amount in paise that must be paid by the customer as the first partial payment. For INR: 100 paise = ₹1. Default value is 100.
notesobject optionalKey-value pairs that can be used to store additional information. Maximum 15 pairs, each value limited to 256 characters.
notify_emailboolean optionalSend email notifications for the Payment Link.
notify_smsboolean optionalSend SMS notifications for the Payment Link.
reference_idstring optionalReference number tagged to a Payment Link. Must be unique for each Payment Link. Max 40 characters.
reminder_enableboolean optionalEnable payment reminders for the Payment Link.

This tool may perform destructive updates.


Tool: create_qr_code

Create a new QR code in Razorpay that can be used to accept UPI payments

ParametersTypeDescription
typestringThe type of the QR Code. Currently only supports 'upi_qr'
usagestringWhether QR should accept single or multiple payments. Possible values: 'single_use', 'multiple_use'
close_bynumber optionalUnix timestamp at which QR Code should be automatically closed (min 2 mins after current time)
customer_idstring optionalThe unique identifier of the customer to link with the QR Code
descriptionstring optionalA brief description about the QR Code
fixed_amountboolean optionalWhether QR should accept only specific amount (true) or any amount (false)
namestring optionalLabel to identify the QR Code (e.g., 'Store Front Display')
notesobject optionalKey-value pairs for additional information (max 15 pairs, 256 chars each)
payment_amountnumber optionalThe specific amount allowed for transaction in smallest currency unit

This tool may perform destructive updates.


Tool: create_refund

Use this tool to create a normal refund for a payment. Amount should be in paise (smallest currency unit). For INR: 100 paise = ₹1. Example: for ₹295, use 29500

ParametersTypeDescription
amountnumberPayment amount in paise (smallest currency unit). For INR: 100 paise = ₹1. Example: for ₹295, use 29500
payment_idstringUnique identifier of the payment which needs to be refunded. ID should have a pay_ prefix.
notesobject optionalKey-value pairs used to store additional information. A maximum of 15 key-value pairs can be included.
receiptstring optionalA unique identifier provided by you for your internal reference.
speedstring optionalThe speed at which the refund is to be processed. Default is 'normal'. For instant refunds, speed is set as 'optimum'.

This tool may perform destructive updates.


Tool: create_registration_link

Create a registration link (auth link) for subscription registration in Razorpay to set up recurring payments via card, emandate, NACH, or UPI.

ParametersTypeDescription
amountnumberAmount in the smallest currency unit (e.g., paise for INR).
currencystringThree-letter ISO currency code (e.g., INR, MYR).
descriptionstringBrief description of the registration link.
subscription_registrationobjectSubscription registration details. Must include 'method' (card, emandate, nach, upi). May include 'max_amount', 'expire_at' (Unix timestamp), and 'frequency' (as_presented, monthly, weekly, yearly, daily).
typestringType of registration link. Use 'link'.
customer_contactstring optionalContact number of the customer.
customer_emailstring optionalEmail address of the customer.
customer_namestring optionalName of the customer.
email_notifyboolean optionalSend email notification. Default: true
expire_bynumber optionalUnix timestamp when the registration link expires.
notesobject optionalKey-value pairs for additional info. Max 15 pairs, each up to 256 characters.
receiptstring optionalUnique receipt identifier provided by the merchant.
sms_notifyboolean optionalSend SMS notification. Default: true

This tool may perform destructive updates.


Tool: detect_stack

Detect the technology stack of a project based on file information. Returns language, framework, frontend framework, and package manager. IMPORTANT: Always call this tool FIRST before calling integrate_razorpay_checkout. Before calling this tool, you MUST: 1) List the project's files and pass them in the 'files' parameter, 2) Read the relevant dependency file (package.json for Node.js, requirements.txt for Python, go.mod for Go, pubspec.yaml for Flutter, Cargo.toml for Rust, pom.xml for Java, etc.) and pass its contents in the corresponding parameter. Then pass the detected language, framework, and frontend to integrate_razorpay_checkout.

ParametersTypeDescription
filesarrayList of file paths in the project
cargoTomlstring optionalContents of Cargo.toml if it exists (Rust)
composerJsonstring optionalContents of composer.json if it exists (PHP)
csprojstring optionalContents of .csproj if it exists (.NET)
gemfilestring optionalContents of Gemfile if it exists (Ruby)
goModstring optionalContents of go.mod if it exists (Go)
packageJsonobject optionalContents of package.json if it exists (Node.js)
pomXmlstring optionalContents of pom.xml if it exists (Java/Maven)
pubspecYamlstring optionalContents of pubspec.yaml if it exists (Flutter)
requirementsTxtstring optionalContents of requirements.txt if it exists (Python)

This tool is read-only. It does not modify its environment.


Tool: fetch_all_instant_settlements

Fetch all instant settlements with optional filtering, pagination, and payout details

ParametersTypeDescription
countnumber optionalNumber of instant settlement records to fetch (default: 10, max: 100)
expandarray optionalPass this if you want to fetch payout details as part of the response for all instant settlements. Supported values: ondemand_payouts
fromnumber optionalUnix timestamp (in seconds) from when instant settlements are to be fetched
skipnumber optionalNumber of instant settlement records to skip (default: 0)
tonumber optionalUnix timestamp (in seconds) up till when instant settlements are to be fetched

This tool is read-only. It does not modify its environment.


Tool: fetch_all_orders

Fetch all orders with optional filtering and pagination

ParametersTypeDescription
authorizednumber optionalFilter orders based on payment authorization status. Values: 0 (orders with unauthorized payments), 1 (orders with authorized payments)
countnumber optionalNumber of orders to be fetched (default: 10, max: 100)
expandarray optionalUsed to retrieve additional information. Supported values: payments, payments.card, transfers, virtual_account
fromnumber optionalTimestamp (in Unix format) from when the orders should be fetched
receiptstring optionalFilter orders that contain the provided value for receipt
skipnumber optionalNumber of orders to be skipped (default: 0)
tonumber optionalTimestamp (in Unix format) up till when orders are to be fetched

This tool is read-only. It does not modify its environment.


Tool: fetch_all_payment_links

Fetch all payment links with optional filtering by payment ID or reference ID.You can specify the upi_link parameter to filter by link type.

ParametersTypeDescription
payment_idstring optionalOptional: Filter by payment ID associated with payment links
reference_idstring optionalOptional: Filter by reference ID used when creating payment links
upi_linknumber optionalOptional: Filter only upi links. Value should be 1 if you want only upi links, 0 for only standard linksIf not provided, all types of links will be returned

This tool is read-only. It does not modify its environment.


Tool: fetch_all_payments

Fetch all payments with optional filtering and pagination

ParametersTypeDescription
countnumber optionalNumber of payments to fetch (default: 10, max: 100)
fromnumber optionalUnix timestamp (in seconds) from when payments are to be fetched
skipnumber optionalNumber of payments to skip (default: 0)
tonumber optionalUnix timestamp (in seconds) up till when payments are to be fetched

This tool is read-only. It does not modify its environment.


Tool: fetch_all_payouts

Fetch all payouts for a bank account number

ParametersTypeDescription
account_numberstringThe account from which the payouts were done.For example, 7878780080316316
countnumber optionalNumber of payouts to be fetched. Default value is 10.Maximum value is 100. This can be used for pagination,in combination with the skip parameter
skipnumber optionalNumbers of payouts to be skipped. Default value is 0.This can be used for pagination, in combination with count

This tool is read-only. It does not modify its environment.


Tool: fetch_all_qr_codes

Fetch all QR codes with optional filtering and pagination

ParametersTypeDescription
countnumber optionalNumber of QR Codes to be retrieved (default: 10, max: 100)
fromnumber optionalUnix timestamp, in seconds, from when QR Codes are to be retrieved
skipnumber optionalNumber of QR Codes to be skipped (default: 0)
tonumber optionalUnix timestamp, in seconds, till when QR Codes are to be retrieved

This tool is read-only. It does not modify its environment.


Tool: fetch_all_refunds

Use this tool to retrieve details of all refunds. By default, only the last 10 refunds are returned.

ParametersTypeDescription
countnumber optionalThe number of refunds to fetch. You can fetch a maximum of 100 refunds
fromnumber optionalUnix timestamp at which the refunds were created
skipnumber optionalThe number of refunds to be skipped
tonumber optionalUnix timestamp till which the refunds were created

This tool is read-only. It does not modify its environment.


Tool: fetch_all_settlements

Fetch all settlements with optional filtering and pagination

ParametersTypeDescription
countnumber optionalNumber of settlement records to fetch (default: 10, max: 100)
fromnumber optionalUnix timestamp (in seconds) from when settlements are to be fetched
skipnumber optionalNumber of settlement records to skip (default: 0)
tonumber optionalUnix timestamp (in seconds) up till when settlements are to be fetched

This tool is read-only. It does not modify its environment.


Tool: fetch_instant_settlement_with_id

Fetch details of a specific instant settlement using its ID

ParametersTypeDescription
settlement_idstringThe ID of the instant settlement to fetch. ID starts with 'setlod_'

This tool is read-only. It does not modify its environment.


Tool: fetch_multiple_refunds_for_payment

Use this tool to retrieve multiple refunds for a payment. By default, only the last 10 refunds are returned.

ParametersTypeDescription
payment_idstringUnique identifier of the payment for which refunds are to be retrieved. ID should have a pay_ prefix.
countnumber optionalThe number of refunds to fetch for the payment.
fromnumber optionalUnix timestamp at which the refunds were created.
skipnumber optionalThe number of refunds to be skipped for the payment.
tonumber optionalUnix timestamp till which the refunds were created.

This tool is read-only. It does not modify its environment.


Tool: fetch_order

Fetch an order's details using its ID

ParametersTypeDescription
order_idstringUnique identifier of the order to be retrieved

This tool is read-only. It does not modify its environment.


Tool: fetch_order_payments

Fetch all payments made for a specific order in Razorpay

ParametersTypeDescription
order_idstringUnique identifier of the order for which payments should be retrieved. Order id should start with order_

This tool is read-only. It does not modify its environment.


Tool: fetch_payment

Use this tool to retrieve the details of a specific payment using its id. Amount returned is in paisa

ParametersTypeDescription
payment_idstringpayment_id is unique identifier of the payment to be retrieved.

This tool is read-only. It does not modify its environment.


Tool: fetch_payment_card_details

Use this tool to retrieve the details of the card used to make a payment. Only works for payments made using a card.

ParametersTypeDescription
payment_idstringUnique identifier of the payment for which you want to retrieve card details. Must start with 'pay_'

This tool is read-only. It does not modify its environment.


Tool: fetch_payment_link

Fetch payment link details using it's ID. Response contains the basic details like amount, status etc. The link could be of any type(standard or UPI)

ParametersTypeDescription
payment_link_idstringID of the payment link to be fetched(ID should have a plink_ prefix).

This tool is read-only. It does not modify its environment.


Tool: fetch_payments_for_qr_code

Fetch all payments made on a QR code

ParametersTypeDescription
qr_code_idstringThe unique identifier of the QR Code to fetch payments forThe QR code id should start with 'qr_'
countnumber optionalNumber of payments to be fetched (default: 10, max: 100)
fromnumber optionalUnix timestamp, in seconds, from when payments are to be retrieved
skipnumber optionalNumber of records to be skipped while fetching the payments
tonumber optionalUnix timestamp, in seconds, till when payments are to be fetched

This tool is read-only. It does not modify its environment.


Tool: fetch_payout_with_id

Fetch a payout's details using its ID

ParametersTypeDescription
payout_idstringThe unique identifier of the payout. For example, 'pout_00000000000001'

*This tool is read-only

[...]

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 razorpay 镜像标签

docker pull docker.xuanyuan.run/mcp/razorpay:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull mcp/razorpay:<标签>

更多 razorpay 镜像推荐

razorpay/opscontainers logo

razorpay/opscontainers

razorpay
用于生产环境DaemonSet的Fluentd容器,提供日志收集、处理与聚合功能,支持通过环境变量配置,集成多种插件,并暴露Prometheus metrics用于监控。
1 次收藏100万+ 次下载
2 年前更新
razorpay/ifsc logo

razorpay/ifsc

razorpay
提供Razorpay IFSC API服务的服务器,支持通过银行代码、地区、城市等条件查询银行分支机构信息,包含/search和/places等API端点,返回JSON格式数据,可通过Docker快速部署。
1万+ 次下载
1 个月前更新
razorpay/kubestash logo

razorpay/kubestash

razorpay
将Credstash中的密钥同步到Kubernetes
10万+ 次下载
1 年前更新
razorpay/metro logo

razorpay/metro

razorpay
暂无描述
5万+ 次下载
1 年前更新
razorpay/imagepullsecret-patcher logo

razorpay/imagepullsecret-patcher

razorpay
用于创建和修补Kubernetes镜像拉取密钥(imagepull Secrets)的Docker镜像,简化容器镜像拉取认证配置流程。
5万+ 次下载
3 个月前更新
razorpay/concierge logo

razorpay/concierge

razorpay
Concierge-Ingress允许为Kubernetes Ingress对象创建连接租约,支持设置过期时间、自动或手动终止租约,防止重复获取活动租约,通过Kubernetes client go包管理k8s对象。
1万+ 次下载
1 年前更新

查看更多 razorpay 相关镜像

轩辕镜像配置手册

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

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 无法连接轩辕镜像域名怎么办?

域名连通性排查

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)?

指定架构拉取

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

拉取速度原因

为什么拉取镜像的 :latest 标签,拿到的往往不是「最新」镜像?

latest 与「最新」

查看全部问题→

用户好评

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

用户头像

oldzhang

运维工程师

Linux服务器

5

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

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