专属域名
文档搜索
提交工单
轩辕助手
返回顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像
轩辕镜像专业版
个人中心搜索镜像
交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源
帮助
常见问题
其他
关于我们网站地图

官方QQ群: 13763429

轩辕镜像
镜像详情
...
mcp/razorpay
官方博客热门镜像提交工单
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。
轩辕镜像 · 专业版提供 SLA 级可用性保障 · 免费版为公共服务,可能存在不可用情况。了解差异 。 在线技术支持请优先 提交工单,技术交流欢迎加入官方QQ群:13763429 。
本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

razorpay Docker 镜像下载 - 轩辕镜像

razorpay 镜像详细信息和使用指南

razorpay 镜像标签列表和版本信息

razorpay 镜像拉取命令和加速下载

razorpay 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

razorpay
mcp/razorpay

razorpay 镜像详细信息

razorpay 镜像标签列表

razorpay 镜像使用说明

razorpay 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

Razorpay's Official MCP Server
1 收藏0 次下载activemcp
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源
镜像简介版本下载
🚀轩辕镜像专业版更稳定💎一键安装 Docker 配置镜像源

razorpay 镜像详细说明

razorpay 使用指南

razorpay 配置说明

razorpay 官方文档

Razorpay MCP Server

Razorpay's Official MCP Server.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/razorpay
Authorrazorpay
Repository[***]

Image Building Info

AttributeDetails
Dockerfile[***]
Commit33c51fb1c5c85a153ca31e54fbcf2957c0c5519c
Docker Image built byDocker Inc.
Docker Scout Health Score!Docker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/razorpay --key [***]
LicenceMIT License

Available Tools (42)

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.
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 contact number.
initiate_paymentInitiate a payment using the S2S JSON v1 flow.
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 paisa). 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.

This tool interacts with external entities.


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.

This tool interacts with external entities.


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 amount in the smallest currency sub-unit (e.g., 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.

This tool interacts with external entities.


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), 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 the smallest currency sub-unit (e.g., 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 for first partial payment (only if partial_payment is true)
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, maximum debit amount), 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.

This tool interacts with external entities.


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 smallest currency unit(e.g., ₹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 that must be paid by the customer as the first partial payment. 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.

This tool interacts with external entities.


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.

This tool interacts with external entities.


Tool: create_refund

Use this tool to create a normal refund for a payment. Amount should be in the smallest currency unit (e.g., for ₹295, use 29500)

ParametersTypeDescription
amountnumberPayment amount in the smallest currency unit (e.g., 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.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_order

Fetch an order's details using its ID

ParametersTypeDescription
order_idstringUnique identifier of the order to be retrieved

This tool may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


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 may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_qr_code

Fetch a QR code's details using it's ID

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

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_qr_codes_by_customer_id

Fetch all QR codes for a specific customer

ParametersTypeDescription
customer_idstringThe unique identifier of the customer

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_qr_codes_by_payment_id

Fetch all QR codes for a specific payment

ParametersTypeDescription
payment_idstringThe unique identifier of the paymentThe payment id always should start with 'pay_'

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_refund

Use this tool to retrieve the details of a specific refund using its id.

ParametersTypeDescription
refund_idstringUnique identifier of the refund which is to be retrieved. ID should have a rfnd_ prefix.

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_settlement_recon_details

Fetch settlement reconciliation report for a specific time period

ParametersTypeDescription
monthnumberMonth for which the settlement report is requested (MM format)
yearnumberYear for which the settlement report is requested (YYYY format)
countnumber optionalOptional: Number of records to fetch (default: 10, max: 100)
daynumber optionalOptional: Day for which the settlement report is requested (DD format)
skipnumber optionalOptional: Number of records to skip for pagination

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_settlement_with_id

Fetch details of a specific settlement using its ID

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

This tool may perform destructive updates.

This tool interacts with external entities.


Tool: fetch_specific_refund_for_payment

Use this tool to retrieve details of a specific refund made for a payment.

ParametersTypeDescription
payment_idstringUnique identifier of the payment for which the refund has been made. ID should have a pay_ prefix.
refund_idstringUnique identifier of the refund to be retrieved. ID should have a rfnd_ prefix.

This tool may perform destructive updates.

*This tool interact

[...]

查看更多 razorpay 相关镜像 →
razorpay/ifsc logo
razorpay/ifsc
by razorpay
提供Razorpay IFSC API服务的服务器,支持通过银行代码、地区、城市等条件查询银行分支机构信息,包含/search和/places等API端点,返回JSON格式数据,可通过Docker快速部署。
10K+ pulls
上次更新:23 天前
razorpay/kubestash logo
razorpay/kubestash
by razorpay
将Credstash中的密钥同步到Kubernetes
100K+ pulls
上次更新:7 个月前
razorpay/imagepullsecret-patcher logo
razorpay/imagepullsecret-patcher
by razorpay
用于创建和修补Kubernetes镜像拉取密钥(imagepull Secrets)的Docker镜像,简化容器镜像拉取认证配置流程。
50K+ pulls
上次更新:4 个月前
razorpay/opencensus-php logo
razorpay/opencensus-php
by razorpay
opencensus-php是集成OpenCensus PHP库的Docker镜像,用于在PHP应用中快速实现分布式追踪功能,支持追踪数据收集、上下文传播及导出至Jaeger、Zipkin等后端系统,助力监控和调试分布式PHP服务。
10K+ pulls
上次更新:7 个月前
razorpay/concierge logo
razorpay/concierge
by razorpay
Concierge-Ingress允许为Kubernetes Ingress对象创建连接租约,支持设置过期时间、自动或手动终止租约,防止重复获取活动租约,通过Kubernetes client go包管理k8s对象。
10K+ pulls
上次更新:7 个月前

用户好评

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

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

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

用户评价详情

oldzhang - 运维工程师

Linux服务器

5

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

Nana - 后端开发

Mac桌面

4.9

配置Docker镜像源后,拉取速度快了数倍,开发体验提升明显。

Qiang - 平台研发

K8s集群

5

轩辕镜像在K8s集群中表现很稳定,容器部署速度明显加快。

小敏 - 测试工程师

Windows桌面

4.8

Docker镜像下载不再超时,测试环境搭建更加高效。

晨曦 - DevOps工程师

宝塔面板

5

配置简单,Docker镜像源稳定,适合快速部署环境。

阿峰 - 资深开发

群晖NAS

5

在群晖NAS上配置后,镜像下载速度飞快,非常适合家庭实验环境。

俊仔 - 后端工程师

飞牛NAS

4.9

Docker加速让容器搭建顺畅无比,再也不用等待漫长的下载。

Lily - 测试经理

Linux服务器

4.8

镜像源覆盖面广,更新及时,团队一致反馈体验不错。

浩子 - 云平台工程师

Podman容器

5

使用轩辕镜像后,Podman拉取镜像稳定无比,生产环境可靠。

Kai - 运维主管

爱快路由

5

爱快系统下配置加速服务,Docker镜像拉取速度提升非常大。

翔子 - 安全工程师

Linux服务器

4.9

镜像源稳定性高,安全合规,Docker拉取无忧。

亮哥 - 架构师

K8s containerd

5

大规模K8s集群下镜像加速效果显著,节省了大量时间。

慧慧 - 平台开发

Docker Compose

4.9

配置Compose镜像加速后,整体构建速度更快了。

Tina - 技术支持

Windows桌面

4.8

配置简单,镜像拉取稳定,适合日常开发环境。

宇哥 - DevOps Leader

极空间NAS

5

在极空间NAS上使用Docker加速,体验流畅稳定。

小静 - 数据工程师

Linux服务器

4.9

Docker镜像源下载速度快,大数据环境搭建轻松完成。

磊子 - SRE

宝塔面板

5

使用轩辕镜像后,CI/CD流程整体快了很多,值得推荐。

阿Yang - 前端开发

Mac桌面

4.9

国内网络环境下,Docker加速非常给力,前端环境轻松搭建。

Docker迷 - 架构师

威联通NAS

5

威联通NAS下配置镜像加速后,Docker体验比官方源好很多。

方宇 - 系统工程师

绿联NAS

5

绿联NAS支持加速配置,Docker镜像下载快且稳定。

常见问题

Q1:轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

Q2:轩辕镜像免费版与专业版有分别支持哪些镜像?

免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。

Q3:流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

Q4:410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

Q5:manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

Q6:镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

轩辕镜像下载加速使用手册

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

登录仓库拉取

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

Linux

在 Linux 系统配置镜像加速服务

Windows/Mac

在 Docker Desktop 配置镜像加速

Docker Compose

Docker Compose 项目配置加速

K8s Containerd

Kubernetes 集群配置 Containerd

宝塔面板

在宝塔面板一键配置镜像加速

群晖

Synology 群晖 NAS 配置加速

飞牛

飞牛 fnOS 系统配置镜像加速

极空间

极空间 NAS 系统配置加速服务

爱快路由

爱快 iKuai 路由系统配置加速

绿联

绿联 NAS 系统配置镜像加速

威联通

QNAP 威联通 NAS 配置加速

Podman

Podman 容器引擎配置加速

Singularity/Apptainer

HPC 科学计算容器配置加速

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

专属域名拉取

无需登录使用专属域名加速

需要其他帮助?请查看我们的 常见问题 或 官方QQ群: 13763429

商务:17300950906
©2024-2025 源码跳动
商务合作电话:17300950906Copyright © 2024-2025 杭州源码跳动科技有限公司. All rights reserved.