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

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

tomkellygenetics/universc

tomkellygenetics

Docker container for UniverSC: a flexible cross-platform single-cell data processing pipeline

下载次数: 0状态:社区镜像维护者:tomkellygenetics仓库类型:镜像最近更新:2 年前
轩辕镜像,快一点,稳很多。点击查看
镜像简介
标签下载
镜像标签列表与下载命令
轩辕镜像,快一点,稳很多。点击查看

title: "UniverSC: Single-cell processing across technologies" author: "S. Thomas Kelly^1†^, Kai Battenberg^1,2†^, Makoto Hayashi^2^, Aki Minoda^1^
^1^ RIKEN Center for Integrative Medical Sciences, Suehiro-cho-1-7-22, Tsurumi Ward, Yokohama
^2^ RIKEN Center for Sustainable Resource Sciences, Suehiro-cho-1-7-22, Tsurumi Ward, Yokohama
† These authors contributed equally to this work" affiliations:

  • name: "RIKEN Center for Integrative Medical Sciences, Suehiro-cho-1-7-22, Tsurumi Ward, Yokohama, Kanagawa 230-0045, Japan" index: 1
  • name: "RIKEN Center for Sustainable Resource Sciences, Suehiro-cho-1-7-22, Tsurumi Ward, Yokohama, Kanagawa 230-0045, Japan" index: 2 date: "Tuesday 15 June 2021" output: prettydoc::html_pretty: theme: cayman number_sections: true toc: true toc_depth: 4 keep_html: true keep_md: true toc-title: "Table of Contents" tags:
  • single-cell
  • next-generation-sequencing
  • UMI-tools
  • genomics
  • gene-expression
  • scRNA-Seq
  • bioinformatics
  • data-processing

!Docker Manual build !Docker Cloud Build !Docker Cloud Status !Docker Stars !Docker Pulls

!Docker Image Version (tag latest semver) !MicroBadger Layers (latest) !Docker Image Size (v1.1.3) !Docker Image Version (latest by date) !MicroBadger Layers (latest) !Docker Image Size (latest)

!GitHub branch checks state !GitHub Release Date !GitHub last commit (branch) !GitHub issues !GitHub pull requests

![GitHub Views]([] ![GitHub Views]([] !GitHub search hit counter !GitHub forks !GitHub Repo stars !GitHub watchers

!GitHub code size in bytes !GitHub repo size !GitHub top language !GitHub language count

!GitHub all releases !GitHub release (latest by date) !GitHub release (latest by date) !GitHub release (by tag)

!https://github.com/minoda-lab/universc/workflows/CI%20to%20Docker%20hub/badge.svg !https://github.com/minoda-lab/universc/workflows/Docker%20compose%20build/badge.svg !https://github.com/minoda-lab/universc/workflows/Docker%20container%20tests/badge.svg !https://github.com/minoda-lab/universc/workflows/Docker%20build%20image/badge.svg

!https://github.com/minoda-lab/universc/workflows/Run%20all%20tests%20in%20Docker/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%2010x%20Genomics/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%20DropSeq%20%2F%20Nadia/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%20ICELL8/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%20SCI%2DSeq/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%20inDrops%20v3/badge.svg !https://github.com/minoda-lab/universc/workflows/Test%20Smart%2DSeq3/badge.svg

UniverSC

Single-cell processing across technologies


Summary

Single-cell RNA-sequencing analysis to quantify RNA molecules in individual cells has become popular owing to the large amount of information one can obtain from each experiment. UniverSC is a universal single-cell processing tool that supports any UMI-based platform. Our command-line tool enables consistent and comprehensive integration, comparison, and evaluation across data generated from a wide range of platforms. Here we provide a guide to install and use this tool to process single-cell RNA-Seq data from FASTQ format.

Package

UniverSC version 1.1.3

Maintainers

Tom Kelly^†^ (RIKEN IMS) and Kai Battenberg^†^ (RIKEN CSRS/IMS)

† These authors contributed equally to this work

Contact: <first name>.<family name>[at]riken.jp


Disclaimer: we are third party developers not affiliated with 10X Genomics or any other vendor of single-cell technologies. We are releasing this code on an open-source license which calls Cell Ranger™ as an external dependency.


Getting Started

Advanced users

If you have cellranger already installed, then all you need to do is clone or download this git repository. You can then run the script in this directory or add it your PATH. See the Quick Start guide below.

If you wish to install cellranger and configure this script to run on a Linux environment, we provide details on installation below. Note that launch_universc.sh requires write-access a Cell Ranger installation so it needs to be installed in a user's "home" directory on a server. No admin powers needed!

Note that cellranger installations that are pre-compiled on Linux will not run on Mac or Windows. Note that Mac OS and some Linux distributions also have different version of sed and rename. It is possible to compile an open-source version of Cell Ranger but it is tricky to install the dependencies so we recommend using our docker image if you wish to do this.

Beginners

If you are a beginner bioinformatician or wish to run this on a local computer (Mac or Windows), no problem! We provide a "docker" image containing everything needed to run it without installing the software needed. All you need to do is install docker and follow our guide to use the image. This comes bundled with all the compatible versions needed to run it.

Note that you need to run the shell commands given in a unix-like command-line interface (the "Terminal" application on Mac or Linux systems). Many shells are supported but we recommend the "bash" shell for beginners (this is the default on most systems). Windows 10 includes a subsystem to run bash. If this is too complicated, you can open a Linux environment (Ubuntu) in docker by following our instructions. Then you can enter bash commands into the terminal opened by docker.

If you run into problems installing or running launch_universc.sh please don't hesistate to contact us via email or GitHub.

Purpose

We've developed a bash script that will run Cell Ranger on FASTQ files for these technologies. See below for details on how to use it.

If you use this tool, please cite to acknowledge the efforts of the authors. You can report problems and request new features to the maintainers with and issue on GitHub. Details on how to install and run are provided below. Please see the help and examples to try solve your problem before submitting an issue.

Details on the Docker image are given below. We recommend using Docker unless you have a server environment with Cell Ranger installed already.

Supported Technologies

In principle, any technology with a cell barcode and unique molecular identifier (UMI) can be supported.

The following technologies have been tested to ensure that they give the expected results: 10x Genomics, Nadia (DropSeq), ICELL8 version 3

We provide the following preset configurations for convenience based on published data and configurations used by other pipelines (e.g, DropSeqPipe and Kallisto/Bustools). To add further support for other technologies or troubleshoot problems, please submit an Issue to the GitHub repository: https://github.com/minoda-lab/universc/issues as described in Bug Reports below.

Some changes to the Cell Ranger install are required to run other technologies. Therefore we provide settings for 10x Genomics which restores settings for the Chromium instrument. We therefore recommend using UniverSC for processing all data from different technologies as the tool manages these changes. Please note that on a single install of Cell Ranger, multiple technologies or multiple samples of the same technology with different whitelist barcodes cannot be run cannot be run simultaneousely (the tool will also check for this to avoid causing problems with existing runs). Multiple samples of the same technology with the same barcode whitelist can be run simultaneously.

If you are using UniverSC you should also do so to run 10x Genomics data. If you wish to restore Cell Ranger to default settings, see the installation or troubleshooting sections below.

Pre-set configurations

  • 10x Genomics (version automatically detected): 10x, chromium
    • 10x Genomics version 2 (16 bp barcode, 10 bp UMI): 10x-v2, chromium-v2
    • 10x Genomics version 3 (16 bp barcode, 12 bp UMI): 10x-v3, chromium-v3
  • Aligent Bravo B (16 bp barcode, No UMI): aligent, bravo
  • BD Rhapsody (27 bp barcode, 8 bp UMI): bd-rhapsody
  • C1
    • C1 Fluidigm (16 bp barcode, No UMI): c1, fluidgm-c1
    • C1 CAGE (16 bp, No UMI): c1-cage
    • C1 RamDA-Seq (16 bp, No UMI): c1-ramda-seq
  • CEL-Seq
    • CEL-Seq (8 bp barcode, 4 bp UMI): celseq
    • CEL-Seq2 (6 bp UMI, 6 bp barcode): celseq2
  • Drop-Seq (12 bp barcode, 8 bp UMI): dropseq
  • ICELL8
    • ICELL8 version 2 (11 bp barcode, No UMI): icell8-non-umi, icell8-v2
    • ICELL8 version 3 (11 bp barcode, 14 bp UMI): icell8 or custom
    • ICELL8 5′ scRNA with TCR OR kit (10bp barcode, NO bp UMI): icell8-5-prime
    • ICELL8 full-length scRNA with Smart-Seq (16 bp barcode, No UMI): icell8-full-length
  • inDrops
    • inDrops version 1 (19 bp barcode, 6 bp UMI): indrops-v1, 1cellbio-v1
    • inDrops version 2 (19 bp barcode, 6 bp UMI): indrops-v2, 1cellbio-v2
    • inDrops version 3 (16 bp barcode, 6 bp UMI): indrops-v3, 1cellbio-v3
  • MARS-Seq
    • MARS-Seq (6 bp barcode, 10 bp UMI): marsseq, marsseq-v1
    • MARS-Seq2 (7 bp barcode, 8 bp UMI): marsseq2, marsseq-v2
  • Microwell-Seq (18 bp barcode, 6 bp UMI): microwell
  • Nadia (12 bp barcode, 8 bp UMI): nadia, dropseq
  • Quartz-Seq
    • QuartzSeq (6 bp index, no UMI): quartz-seq
    • Quartz-Seq2 (14 bp barcode, 8 bp UMI): quartzseq2-384
    • Quartz-Seq2 (15 bp barcode, 8 bp UMI): quartzseq2-1536
  • RamDA-Seq (6 bp index, no UMI): ramda-seq
  • Single-cell combinatorial indexing (SCI-RNA-Seq)
    • SCI-Seq 2-level indexing (30 bp barcode, 8 bp UMI): sciseq2
    • SCI-Seq 3-level indexing (40 bp barcode, 8 bp UMI): sciseq3
    • SCIFI-Seq (27 bp barcode, 8 bp UMI): scifiseq
  • SCRB-Seq (6 bp barcode, 10 bp UMI): scrbseq, mcscrbseq
  • SeqWell (12 bp barcode, 8 bp UMI): plexwell, seqwell, seqwells3
  • Smart-seq
    • Smart-Seq (16 bp barcode, No UMI): smartseq
    • Smart-Seq2 (16 bp barcode, No UMI): smartseq2
    • Smart-Seq2-UMI, Smart-seq3 (16 bp barcode, 8 bp UMI): smartseq3
  • SPLiT-Seq (10 bp UMI, 24 bp barcode): splitseq
  • STRT-Seq
    • STRT-Seq (6 bp barcode, no UMI): strt-seq
    • STRT-Seq-C1 (8 bp barode, 5 bp UMI): strt-seq-c1
    • STRT-Seq-2i (13 bp barcode, 6 bp UMI): strt-seq-2i
  • SureCell (18 bp barcode, 8 bp UMI): surecell, ddseq, biorad

Chemistry settings available

All technologies support 3′ single-cell RNA-Seq. Barcode adjustments and whitelists are changed automatically. For 5′ single-cell RNA-Seq, this is only supported for 10x Genomics version 2 chemistry, ICELL8, Smart-Seq, and STRT-Seq. For 10x Genomics, this is detected automatically but can be configured with the --chemistry argument. For other technologies, the template switching oligonucleotide is automatically converted to the match the 10x sequence.

Support for UMI-based and non-UMI technologies

By default, UMIs are supported where available so with the following exceptions for non-UMI technologies: ICELL8 v2, RamDA-Seq, Quartz-Seq, Smart-Seq, Smart-Seq2. While using UMI is recommended we provide a mock UMI for counting reads for these technologies (and data from previous versions).

Other techniques can be forced to replace the UMI with a mock sequence for counting reads only with --non-umi or --read-only arguments. Forcing non-UMI techniques is not recommended unless you are integrating non-UMI and UMI-based technologies. It is not necessary to specific --non-umi for non-UMI techniques as these will be used automatically when applicable. For ICELL8 and Smart-Seq where both non-UMI (icell8-v2, smartseq2) and UMI-based (icell8-v3, smartseq3) techniques are available it is possible to specify which to use.

Single and dual indexed technologies

Where needed the cell barcode can be detected in the index I1 or I2 file. Single indexes are supported for STRT-Seq and Quartz-Seq. Dual indexes are supported for Fluidigm C1, ICELL8 full-length, inDrops-v3, RamDA-Seq, SCI-RNA-Seq, scifi-seq, and Smart-Seq. Combinatorial indexing technologies have linkers between barcodes removed automatically to match the barcode whitelist.

Demultiplexing for dual-indexing

For dual-indexed technologies such as Fluidigm C1, inDrops-v3, Sci-Seq, SmartSeq3 it is advised to use "bcl2fastq" before calling UniverSC:

   /usr/local/bin/bcl2fastq  -v --runfolder-dir "/path/to/illumina/bcls"  --output-dir "./Data/Intensities/BaseCalls"\
                                --sample-sheet "/path/to/SampleSheet.csv" --create-fastq-for-index-reads\
                                --use-bases-mask Y26n,I8n,I8n,Y50n  --mask-short-adapter-reads 0\
                                --minimum-trimmed-read-length 0

Please adjust the lengths for --use-bases-mask accordingly for read 1, index 1 (i7), index 2 (i5), and read 2. Ensure that --create-fastq-for-index-read is used where possible. Using --no-lane-splitting is optional as UniverSC can process an arbirtary number of lanes. There is no need to specify index sequences in the same sheet for cell barcodes, using "NNNNNNNN" will match all samples and the cell barcodes will be distinguished by the single-cell processing pipeline. Index sequences should only be used to demultiplex samples and replicates (not cells).

Missing index sequences

If a sequencing facility has demultiplexed the samples for you without this, UniverSC will attempt to extract index sequences from FASTQ headers in read 1. If index sequences are not stored in the file headers and samples have already been demultiplexed, a dummy index file of the same number of reads as R1 and R2 will be required. As a workaroudn, you can generate this by copying the R1 and R2 files and replacing the sequences with the first barcode in the relevant whitelist. For example:

index1="TAAGGCGA"
index2="AAGGAGTA"

# create new files
cp R1_file.fastq I1_file.fastq
cp R2_file.fastq I2_file.fastq

# replace sequences
sed -i "2~4s/^.*$/${index1}/g" I1_file.fastq
sed -i "2~4s/^.*$/${index2}/g" I2_file.fastq

# replace quality scores
sed -i "4~4s/^.*$/IIIIIIII/g" I1_file.fastq I2_file.fastq

This results in a new "sample index" for each demultiplexed sample. To combine demultiplexed sampls for dual indexed techniques use the following:

# for fastq files
cat Sample1_R1_file.fastq Sample2_R1_file.fastq Sample3_R1_file.fastq > Combined_R1_file.fastq
cat Sample1_R2_file.fastq Sample2_R2_file.fastq Sample3_R2_file.fastq > Combined_R2_file.fastq
cat Sample1_I1_file.fastq Sample2_I1_file.fastq Sample3_I1_file.fastq > Combined_I1_file.fastq
cat Sample1_I2_file.fastq Sample2_I2_file.fastq Sample3_I2_file.fastq > Combined_I2_file.fastq

# for compressed files (not need to uncompress)
cat Sample1_R1_file.fastq.gz Sample2_R1_file.fastq.gz Sample3_R1_file.fastq.gz > Combined_R1_file.fastq.gz
cat Sample1_R2_file.fastq.gz Sample2_R2_file.fastq.gz Sample3_R2_file.fastq.gz > Combined_R2_file.fastq.gz
cat Sample1_I1_file.fastq.gz Sample2_I1_file.fastq.gz Sample3_I1_file.fastq.gz > Combined_I1_file.fastq.gz
cat Sample1_I2_file.fastq.gz Sample2_I2_file.fastq.gz Sample3_I2_file.fastq.gz > Combined_I2_file.fastq.gz

As this needs to done on a case-by-case basis it has not been implemented by the UniverSC core functions. We provide this workaround for using published data and data already processed by sequencing facilities. Please contact the maintainers or file an issue on GitHub if you are having problems with this case.

Custom inputs

Custom inputs are also supported by giving the name "custom" and length of barcode and UMI separated by a "_" character.

e.g. Custom (16bp barcode, 10bp UMI): custom_16_10

Custom barcode files are also supported for preset technologies. These are particularly useful for well-based technologies to demutliplex based on the wells.

Note that custom inputs do not remove linker or adapter sequences for combinatorial indexng technologies. These must be removed from the Read 1 file before running UniverSC. To request a preset technology setting instead, please submit a feature request on GitHub as described below.

Release

This tool will be released open-source (see legal stuff below). We welcome any feedback on it and any contributions to improve it. Hopefully it will save people time by making it easier to compare technologies.

We have tested it on several technologies but we need users like you to let us know how we can improve it. We hope that it will save you time by handing tedious parts of data formatting so that you can focus on the results.

Citation

Please cite our publication when you use our software as follows:

Battenberg, K., Kelly, S.T., Ras, R.A., Hetherington, N.A., Hayashi, K., and Minoda, A. (2022) A flexible cross-platform single-cell data processing pipeline. Nat Commun 13(1): 1-7. [***]

@Article{pmid36369450,
        author="Battenberg, K.  and Kelly, S. T.  and Ras, R. A.  and Hetherington, N. A.  and Hayashi, M.  and Minoda, A. ",
        title="{{A} flexible cross-platform single-cell data processing pipeline}",
        journal="Nat Commun",
        year="2022",
        volume="13",
        number="1",
        pages="1-7",
        month="Nov",
        note = {https://github.com/minoda-lab/universc package version 1.2.4},
        URL = {https://doi.org/10.1038/s41467-022-34681-z}
}

The preprint can also be found here:

Kelly, S.T., Battenberg, Hetherington, N.A., K., Hayashi, K., and Minoda, A. (2021) UniverSC: a flexible cross-platform single-cell data processing pipeline. bioRxiv 2021.01.19.427209; doi: [***] package version 1.1.3. https://github.com/minoda-lab/universc

@article {Kelly2021.01.19.427209,
        author = {Kelly, S. Thomas and Battenberg, Kai and Hetherington, Nicola A. and Hayashi, Makoto and Minoda, Aki},
        title = {{UniverSC}: a flexible cross-platform single-cell data processing pipeline},
        elocation-id = {2021.01.19.427209},
        year = {2021},
        doi = {10.11.1.3021.01.19.427209},
        publisher = {Cold Spring Harbor Laboratory},
        abstract = {Single-cell RNA-sequencing analysis to quantify RNA molecules in individual cells has become popular owing to the large amount of information one can obtain from each experiment. We have developed UniverSC (https://github.com/minoda-lab/universc), a universal single-cell processing tool that supports any UMI-based platform. Our command-line tool enables consistent and comprehensive integration, comparison, and evaluation across data generated from a wide range of platforms.Competing Interest StatementThe authors have declared no competing interest.},
        eprint = {https://www.biorxiv.org/content/early/2021/01/19/2021.01.19.427209.full.pdf},
        journal = {{bioRxiv}},
        note = {package version 1.1.3},
        URL = {https://github.com/minoda-lab/universc},
}

The software can also be directly cited as a manual:

@Manual{,
    title = {{UniverSC}:  a flexible cross-platform single-cell data processing pipeline},
    author = {S. Thomas Kelly, Kai Battenberg, Nicola A. Hetherington, Makoto Hayashi, and Aki Minoda},
    year = {2021},
    note = {package version 1.1.3},
    url = {https://github.com/minoda-lab/universc},
  }

Bug Reports

Reporting issues

To add further support for other technologies or troubleshoot problems, please submit an Issue to the GitHub repository: https://github.com/minoda-lab/universc/issues

Please submit https://github.com/minoda-lab/universc/issues on GitHub to report problems or suggest features. https://github.com/minoda-lab/universc/pulls to the dev branch on GitHub are also welcome to add features or correct problems. Please see the contributor guide for more details.

Requesting new technologies

Where possible, please provide an minimal example of the first few lines of each FASTQ file for testing purposes.

It is also helpful to describe the technology, such as:

  • length of barcode
  • length of UMI
  • which reads they're on
  • whether there is a known barcode whitelist available
  • whether adapters or linkers are required
  • whether a preprint, publication, or company specifications are available

Technologies that may be difficult to support are those with:

  • barcodes longer than 16bp
  • barcodes with phase blocks or varying length
  • UMIs longer than 12bp
  • technologies that do not have UMI
  • combinatorial indexing
  • dual indexing

Please bear this in mind when submitting requests. We will *** to add further technologies but it could take significant resources to add support for techniques with these designs. Note that updates to the tool have added support for several examples of these.

Installation

This script requires Cell Ranger to be installed and exported to the PATH (version 3.0.0 or higher recommended). The script itself is exectuable and does not require installation to run but you can put it in your PATH or bin of your Cell Ranger install if you wish to do so. We provide scripts to do this for your convenience.

See the details below on how set up Cell Ranger and launch_universc.sh.

Download UniverSC

To download UniverSC open a terminal prompt and enter the following commands.

cd $HOME/Downloads
git clone https://github.com/minoda-lab/universc.git
cd universc

Quick Start

If you already have Cell Ranger installed, then you can run the script without installing it.

bash launch_universc.sh

You can call it in another directory by giving the path to the script.

cd $/HOME/my_project
bash $HOME/Downloads/universc/launch_universc.sh

See the details below on how to install Ce

镜像拉取方式

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

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

docker pull docker.xuanyuan.run/tomkellygenetics/universc:<标签>

使用方法:

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

DockerHub 原生拉取命令

docker pull tomkellygenetics/universc:<标签>

轩辕镜像配置手册

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

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访问体验非常流畅,大镜像也能快速完成下载。"

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