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

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

gvenzl/oracle-free

gvenzl

甲骨文数据库(Oracle Database)免费向所有人开放啦!作为全球领先的企业级关系型数据库管理系统,它凭借高性能、高可靠性与强大的安全性广泛应用于各类关键业务场景,此次免费版本旨在降低开发者、学习者及小型组织的使用门槛,让更多用户能够轻松体验其卓越的数据管理能力,助力创新与技术探索。

89 次收藏下载次数: 0状态:社区镜像维护者:gvenzl仓库类型:镜像最近更新:2 个月前
轩辕镜像,让镜像更快,让人生更轻。点击查看
DockerHub 官方简介
轩辕镜像中文简介
标签下载
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。点击查看

oci-oracle-free

Oracle Database Free Container images.

Table of Contents

  • Supported tags
  • Quick Start
  • Users of these images
  • How to use these images
    • Image flavors
    • Environment variables
    • GitHub Actions
    • Docker Compose
    • Database users
    • Pluggable databases
    • Container secrets
    • Initialization scripts
    • Startup scripts
    • Configuration scripts
  • Feedback

Supported tags

TagStatus
latest[-faststart]🔵 Always Supported
slim[-faststart]🔵 Always Supported
full[-faststart]🔵 Always Supported
23[-faststart]
23[-slim][-faststart]
23[-full][-faststart]
🟢 Supported
23.26.1[-faststart]
23.26.1[-slim][-faststart]
23.26.1[-full][-faststart]
🟢 Supported
23.26.0[-faststart]
23.26.0[-slim][-faststart]
23.26.0[-full][-faststart]
🟡 Deprecated
23.9[-faststart]
23.9[-slim][-faststart]
23.9[-full][-faststart]
🔴 Unsupported
23.8[-faststart]
23.8[-slim][-faststart]
23.8[-full][-faststart]
🔴 Unsupported
23.7[-faststart]
23.7[-slim][-faststart]
23.7[-full][-faststart]
🔴 Unsupported
23.6[-faststart]
23.6[-slim][-faststart]
23.6[-full][-faststart]
🔴 Unsupported
23.5[-faststart]
23.5[-slim][-faststart]
23.5[-full][-faststart]
🔴 Unsupported
23.4[-faststart]
23.4[-slim][-faststart]
23.4[-full][-faststart]
🔴 Unsupported
23.3[-faststart]
23.3[-slim][-faststart]
23.3[-full][-faststart]
🔴 Unsupported
23.2[-faststart]
23.2[-slim][-faststart]
23.2[-full][-faststart]
🔴 Unsupported

Tags

Tags in [] denote tag options, for example, 23[-slim][-faststart] means there are the following tags:

  • 23
  • 23-slim
  • 23-faststart
  • 23-slim-faststart

Support status

StatusMeaning
🔵 Always SupportedThese images will always be present and receive bug fixes and regular updates.
🟢 SupportedThese images are currently supported and receive fixes and regular updates.
🟡 DeprecatedThese images are deprecated and will only receive bug fixes.
Upgrading to a newer images is strongly advised.
🔴 UnsupportedThese images are unsupported, will receive no further updates and may be removed at any time.
Using these images is strongly discouraged!

Quick Start

Run a new database container (data is removed when the container is removed, but kept throughout container restarts):

shell
docker run -d -p 1521:1521 -e ORACLE_PASSWORD=<your password> gvenzl/oracle-free

Run a new persistent database container (data is kept throughout container lifecycles):

shell
docker run -d -p 1521:1521 -e ORACLE_PASSWORD=<your password> -v oracle-volume:/opt/oracle/oradata gvenzl/oracle-free

Reset database SYS and SYSTEM passwords:

shell
docker exec <container name|id> resetPassword <your password>

Oracle Database Free on Apple MacBooks with ARM M-chips

Starting with Oracle Database 23.5 Free, Oracle provides ARM ports for Oracle Database Free. Multi-platform (multi-arch) images are provided starting with 23.5.

Users of these images

We are proud of the following users of these images:

  • Benthos https://github.com/benthosdev/benthos/pull/1949/commits/c29f81d6b767c8ce8394111ee8649389c871ec1c]
  • Hibernate Reactive https://github.com/hibernate/hibernate-reactive/commit/0af4ebc9390d631c4e97032452344444e5455834
  • Ibis https://github.com/ibis-project/ibis/pull/6126/commits/b568a8152ff1ad1724d374e35bde4907fd7e6ea4]
  • JobRunr https://github.com/jobrunr/jobrunr/commit/675061e7fd8719567b955de2ec858b9b6f388039]
  • jOOQ [Twitter]
  • Quarkus https://github.com/quarkusio/quarkus/commit/546922cf13b4de2d84966550577c0f22ef27000c]
  • https://github.com/rsim/oracle-enhanced https://github.com/rsim/oracle-enhanced/commit/deb214decc3799608c8be386e91c6c7531c59793]
  • Spring Data https://github.com/spring-projects/spring-data-relational/commit/3cac9d***a073736393b62961c94dae77117f]
  • https://micronaut-projects.github.io/micronaut-test-resources/latest/guide/ https://github.com/micronaut-projects/micronaut-test-resources/commit/37882dec85657df1a3661f7eea1a8bc0dce124ff]
  • utPLSQL https://github.com/utPLSQL/utPLSQL/commit/0497dcfadcac637d186fdbc0aa36338d178f597d]

If you are using these images and would like to be listed as well, please open an https://github.com/gvenzl/oci-oracle-free/issues.

How to use these images

Image flavors

FlavorExtensionDescriptionUse cases
Slim-slimAn image focussed on smallest possible image size instead of additional functionality.Wherever small image sizes are important but advanced functionality of Oracle Database is not needed.
Regular[None]A well-balanced image between image size and functionality. Recommended for most use cases.Recommended for most use cases.
Full-fullAn image containing all functionality as provided by the Oracle Database installation.Best for extensions and/or customizations.
Faststart*-faststartThe same image flavor as above but with an already expanded and ready-to-go database inside the image. This image trades image size on disk for a faster database startup time.Best for (automated) test scenarios where the image is pulled once and many containers are started and torn down with no need for persistence (container volumes).

See https://github.com/gvenzl/oci-oracle-free/blob/main/ImageDetails.md for a full list of changes that have been made to the Oracle Database and OS installation in each individual image flavor.

Environment variables

Environment variables allow you to customize your container. These variables will only be ***ed during the database initialization (first container startup).

ORACLE_PASSWORD

This variable is mandatory for the first container startup and specifies the password for the Oracle Database SYS and SYSTEM users.

ORACLE_RANDOM_PASSWORD

Optional. Set this variable to a non-empty value, like yes, to generate a random initial password for the SYS and SYSTEM users. The generated password will be printed to stdout (ORACLE PASSWORD FOR SYS AND SYSTEM: ...).

ORACLE_DATABASE

Optional. Set this variable to a non-empty string to either create a new pluggable database or plug in an existing PDB found in pdb-plug/<name>.pdb with the name specified in this variable. Multiple pluggable databases are created when providing a comma-separated list, for example, ORACLE_DATABASE=PDB1,PDB2,PDB3.

Note: creating a new pluggable database will add to the initial container startup time. If you do not want that additional startup time, use the already existing FREEPDB1 database instead.

APP_USER

Optional. Set this variable to a non-empty string to create a new database schema user with the name specified in this variable. For 18c and onwards, the user will be created in the default FREEPDB1 pluggable database. If ORACLE_DATABASE has been specified, the user will also be created in that pluggable database. This variable requires APP_USER_PASSWORD or APP_USER_PASSWORD_FILE to be specified as well.

APP_USER_PASSWORD

Optional. Set this variable to a non-empty string to define a password for the database schema user specified by APP_USER. This variable requires APP_USER to be specified as well.

GitHub Actions

Action

These images can be used via the GitHub https://github.com/marketplace/actions/setup-oracle-db-free action available on the GitHub Actions Marketplace. The basic usage can be:

yaml
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: gvenzl/setup-oracle-free@v1
        with:
          app-user: <username>
          app-user-password: <password>

Service Container

Alternatively, the images can be used directly as a https://docs.github.com/en/actions/guides/about-service-containers within a GitHub Actions workflow. Below is an example service definition for your GitHub Actions YAML file:

yaml
    services:

      # Oracle service (label used to access the service container)
      oracle:

        # Docker Hub image (feel free to change the tag "latest" to any other available one)
        image: gvenzl/oracle-free:latest

        # Provide passwords and other environment variables to container
        env:
          ORACLE_RANDOM_PASSWORD: true
          APP_USER: my_user
          APP_USER_PASSWORD: password_i_should_change

        # Forward Oracle port
        ports:
          - 1521:1521

        # Provide healthcheck script options for startup
        options: >-
          --health-cmd healthcheck.sh
          --health-interval 10s
          --health-timeout 5s
          --health-retries 10

After your service is created, you can connect to it via the following properties:

  • Hostname:
    • oracle (from within another container)
    • localhost or 127.0.0.1 (from the host directly)
  • Port: 1521
  • Service name: FREEPDB1
  • Database App User: my_user
  • Database App Password: password_i_should_change

If you amend the variables above, here is some more useful info:

  • Ports: you can access the port dynamically via ${{ job.services.oracle.ports[1521] }}. This is helpful when you do not want to specify a given port via - 1521/tcp instead of - 1521:1521. Note that the oracle refers to the service name in the yaml file. If you call your service differently, you will also have to change oracle here to that other service name.
  • Database Admin User: system
  • Database Admin User Password: $ORACLE_PASSWORD
  • Database App User: $APP_USER
  • Database App User Password: $APP_USER_PASSWORD
  • Example JDBC connect string with dynamic port allocation: jdbc:oracle:thin:@localhost:${{ job.services.oracle.ports[1521] }}/FREEPDB1

Docker Compose

The images can be used in a Docker Compose setup to provide a local development database or facilitate automated testing. Below is an example service definition for your Docker Compose YAML file:

yaml
  version: "3.8"
  services:
    # Name of the Docker Compose service
    oracle:
      # Docker Hub image (feel free to change the tag "latest" to any other available one)
      image: gvenzl/oracle-free:latest
      # Forward Oracle port to localhost
      ports:
        - "1521:1521"
      # Provide passwords and other environment variables to the container
      environment:
        ORACLE_PASSWORD: sys_user_password
        APP_USER: my_user
        APP_USER_PASSWORD: password_i_should_change
      # Customize healthcheck script options for startup
      healthcheck:
        test: ["CMD", "healthcheck.sh"]
        interval: 10s
        timeout: 5s
        retries: 10
        start_period: 5s
        start_interval: 5s
      # Mount a local SQL file to initialize your schema at startup
      volumes:
        - my-init.sql:/container-entrypoint-initdb.d/my-init.sql:ro

After your container is up and running, you can connect to it via the following properties:

  • Hostname:
    • oracle (from within another service defined in the compose file)
    • localhost or 127.0.0.1 (from the host directly)
  • Port: 1521
  • Service name: FREEPDB1
  • Database App User: my_user
  • Database App Password: password_i_should_change

To know more about initialization scripts, please refer to the Initialization scripts section.

Database users

The image provides a built-in command createAppUser to create additional Oracle Database users with standard privileges. The same command is also executed when the APP_USER environment variable is specified. If you need just one additional database user for your application, the APP_USER environment variable is the best approach. However, if you need multiple users, you can execute the command for each individual user directly:

shell
Usage:
  createAppUser APP_USER APP_USER_PASSWORD [TARGET_PDB]

  APP_USER:          the user name of the new user
  APP_USER_PASSWORD: the password for that user
  TARGET_PDB:        the target pluggable database the user should be created in, default FREEPDB1

Example:

shell
docker exec <container name|id> createAppUser <your app user> <your app user password> [<your target PDB>]

The command can also be invoked inside initialization and/or startup scripts.

Pluggable databases

Automatically plug-in one or more PDBs by providing the <PDB_NAME>.pdb file(s) in the /pdb-plug folder inside the container and list the PDB name(s) in ORACLE_DATABASE.

Container secrets

As an alternative to passing sensitive information via environment variables, _FILE may be appended to some of the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container. In particular, this can be used to load passwords from Container/Docker secrets stored in /run/secrets/<secret_name> files. For example:

shell
docker run -d --name some-oracle -e ORACLE_PASSWORD_FILE=/run/secrets/oracle-passwd gvenzl/oracle-free

This mechanism is supported for:

  • APP_USER_PASSWORD
  • ORACLE_PASSWORD
  • ORACLE_DATABASE

Note: there is a significant difference in how containerization technologies handle secrets. For more information on that topic, please consult the official containerization technology documentation:

  • Docker
  • Podman
  • Kubernetes

Initialization scripts

If you would like to perform additional initialization of the database running in a container, you can add one or more *.sql, *.sql.gz, *.sql.zip or *.sh files under /container-entrypoint-initdb.d (creating the directory if necessary). After the database setup is completed, these files will be executed automatically in alphabetical order.

The directory can include sub-directories which will be traversed recursively in alphabetical order alongside the files. The container does not give any priority to files or directories, meaning that whatever comes next in alphabetical order will be processed next. If it is a file it will be executed, if it is a directory it will be traversed. To guarantee the order of execution, *** using a clear prefix in your file and directory names like numbers 001_, 002_. This will also make it easier for any user to understand which script is supposed to be executed in what order.

The *.sql, *.sql.gz and *.sql.zip files will be executed in SQL*Plus as the SYS user connected to the Oracle instance (FREE). This allows users to modify instance parameters, create new pluggable databases, tablespaces, users and more as part of their initialization scripts. If you want to initialize your application schema, you first have to connect to that schema inside your initialization script! Compressed files will be uncompressed on the fly, allowing for e.g. bigger data loading scripts to save space.

Executable *.sh files will be run in a new shell process while non-executable *.sh files (files that do not have the Linux executable permission set) will be sourced into the current shell process. The main difference between these methods is that sourced shell scripts can influence the environment of the current process and should generally be avoided. However, sourcing scripts allows for execution of these scripts even if the executable flag is not set for the files containing them. This basically avoids the "why did my script not get executed" confusion.

Note: scripts in /container-entrypoint-initdb.d are only run the first time the database is initialized; any pre-existing database will be left untouched on container startup.

Note: you can also put files under the /docker-entrypoint-initdb.d directory. This is kept for backward compatibility with other widely used container images but should generally be avoided. Do not put files under /container-entrypoint-initdb.d and /docker-entrypoint-initdb.d as this would cause the same files to be executed twice!

Warning: if a command within the sourced /container-entrypoint-initdb.d scripts fails, it will cause the main entrypoint script to exit and stop the container. It also may leave the database in an incomplete initialized state. Make sure that shell scripts handle error situations gracefully and ideally do not source them!

Warning: do not exit executable /container-entrypoint-initdb.d scripts with a non-zero value (using e.g. exit 1;) unless it is desired for a container to be stopped! A non-zero return value will tell the main entrypoint script that something has gone wrong and that the container should be stopped.

Example

The following example installs the https://github.com/gvenzl/sample-data/tree/master/countries-cities-currencies under a new user TEST into the database:

shell
[gvenzl@localhost init_scripts]$ pwd
/home/gvenzl/init_scripts

[gvenzl@localhost init_scripts]$ ls -al
total 12
drwxrwxr-x   2 gvenzl gvenzl   61 Apr  3 20:11 .
drwx------. 19 gvenzl gvenzl 4096 Apr  3 20:11 ..
-rw-rw-r--   1 gvenzl gvenzl  134 Apr  3 20:10 1_create_user.sql
-rwxrwxr-x   1 gvenzl gvenzl  164 Apr  3 20:11 2_create_data_model.sh

[gvenzl@localhost init_scripts]$ cat 1_create_user.sql
ALTER SESSION SET CONTAINER=FREEPDB1;

CREATE USER TEST IDENTIFIED BY test QUOTA UNLIMITED ON USERS;

GRANT CONNECT, RESOURCE TO TEST;

[gvenzl@localhost init_scripts]$ cat 2_create_data_model.sh
curl -LJO https://raw.githubusercontent.com/gvenzl/sample-data/master/countries-cities-currencies/install.sql

sqlplus -s test/test@//localhost/FREEPDB1 @install.sql

rm install.sql

As the execution happens in alphabetical order, numbering the files will guarantee the execution order. A new container started up with /home/gvenzl/init_scripts pointing to /container-entrypoint-initdb.d will then execute the files above:

shell
docker run --name test \
>          -p 1521:1521 \
>          -e ORACLE_RANDOM_PASSWORD="y" \
>          -v /home/gvenzl/init_scripts:/container-entrypoint-initdb.d \
>      gvenzl/oracle-free:23-slim
CONTAINER: starting up...
CONTAINER: first database startup, initializing...
...
CONTAINER: Executing user-defined scripts...
CONTAINER: running /container-entrypoint-initdb.d/1_create_user.sql ...

Session altered.


User created.


Grant succeeded.

CONTAINER: DONE: running /container-entrypoint-initdb.d/1_create_user.sql

CONTAINER: running /container-entrypoint-initdb.d/2_create_data_model.sh ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  115k  100  115k    0     0   460k      0 --:--:-- --:--:-- --:--:--  460k

Table created.
...
Table                provided actual
-------------------- -------- ------
regions                     7      7
countries                 196    196
cities                    204    204
currencies                146    146
currencies_countries      203    203


Thank you!
--------------------------------------------------------------------------------
The installation is finished, please check the verification output above!
If the 'provided' and 'actual' row counts match, the installation was successful
.

If the row counts do not match, please check the above output for error messages
.


CONTAINER: DONE: running /container-entrypoint-initdb.d/2_create_data_model.sh

CONTAINER: DONE: Executing user-defined scripts.


#########################
DATABASE IS READY TO USE!
#########################
...

As a result, one can then connect to the new schema directly:

shell
[gvenzl@localhost init_scripts]$ sqlplus test/test@//localhost/FREEPDB1

SQL> select * from countries where name = 'Austria';

COUNTRY_ID COUNTRY_CODE NAME    OFFICIAL_NAME       POPULATION AREA_SQ_KM LATITUDE LONGITUDE TIMEZONE      REGION_ID
---------- ------------ ------- ------------------- ---------- ---------- -------- --------- ------------- ---------
AUT        AT           Austria Republic of Austria    8793000      83871 47.33333  13.33333 Europe/Vienna EU

SQL>

Startup scripts

If you would like to perform additional action after the database running in a container has been started, you can add one or more *.sql, *.sql.gz, *.sql.zip or *.sh files under /container-entrypoint-startdb.d (creating the directory if necessary). After the database is up and ready for requests, these files will be executed automatically in alphabetical order.

The execution order and implications are the same as with the Initialization scripts described above.

Note: you can also put files under the /docker-entrypoint-startdb.d directory. This is kept for backward compatibility with other widely used container images but should generally be avoided. Do not put files under /container-entrypoint-startdb.d and /docker-entrypoint-startdb.d as this would cause the same files to be executed twice!

Note: if the database inside the container is initialized (started for the first time), startup scripts are executed after the setup scripts.

Warning: files placed in /container-entrypoint-startdb.d are always executed after the database in a container is started, including pre-created databases. Use this mechanism only if you wish to perform a certain task always after the database has been (re)started by the container.

Configuration scripts

If you would like to change the configuration of the database, several configuration scripts can be found in config-scripts.

Feedback

If you have questions or constructive feedback about these images, please submit a ticket at https://github.com/gvenzl/oci-oracle-free/issues.

更多相关 Docker 镜像与资源

以下是 gvenzl/oracle-free 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:

  • library/mysql Docker 镜像说明
  • library/postgres Docker 镜像说明
  • bitnami/postgresql Docker 镜像说明(企业级配置,适合生产环境)
  • library/mariadb Docker 镜像说明(MySQL 分支,兼容性更好)
  • bitnami/mysql Docker 镜像说明(企业级配置,适合生产环境)

镜像拉取方式

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

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

docker pull docker.xuanyuan.run/gvenzl/oracle-free:<标签>

使用方法:

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

DockerHub 原生拉取命令

docker pull gvenzl/oracle-free:<标签>

更多 oracle-free 镜像推荐

sarutak/oracle-free logo

sarutak/oracle-free

sarutak
暂无描述
1万+ 次下载
2 个月前更新
freeipa/freeipa-server logo

freeipa/freeipa-server

freeipa
FreeIPA服务器容器,提供集中式身份认证、授权和账户管理服务,支持在容器中部署主服务器或副本,通过systemd管理服务,适用于开发测试与生产环境,支持数据持久化、版本升级及多标签选择(稳定版/开发版)。
181 次收藏500万+ 次下载
9 天前更新
oraclelinux logo

library/oraclelinux

Docker 官方镜像
甲骨文Linux的官方Docker构建版本,基于Oracle Linux发行版制作,经过严格测试并集成核心组件与安全更新,为容器化应用提供官方支持、稳定可靠的运行环境,适用于开发、测试及生产环境,确保与Oracle Linux系统的高度兼容性,满足企业级容器部署需求,是用户高效构建和运行容器化应用的开箱即用解决方案。
1.1千 次收藏1000万+ 次下载
13 天前更新
kasmweb/core-oracle-8 logo

kasmweb/core-oracle-8

kasmweb
基于Oracle Linux 8的Kasm Workspaces基础镜像
1 次收藏10万+ 次下载
9 天前更新
kasmweb/core-oracle-9 logo

kasmweb/core-oracle-9

kasmweb
Oracle Linux 9版本的基础镜像,适用于Kasm Workspaces。
2 次收藏10万+ 次下载
9 天前更新
freesurfer/freesurfer logo

freesurfer/freesurfer

freesurfer
官方Docker化的FreeSurfer神经影像处理软件包,包含完整发行版(所有受试者、图谱及可视化工具),需自行提供许可证文件。
34 次收藏1万+ 次下载
10 天前更新

查看更多 oracle-free 相关镜像

轩辕镜像配置手册

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

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

指定架构拉取

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

拉取速度原因

查看全部问题→

用户好评

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

用户头像

oldzhang

运维工程师

Linux服务器

5

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

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