本站支持搜索的镜像仓库:Docker Hub、gcr.io、ghcr.io、quay.io、k8s.gcr.io、registry.gcr.io、elastic.co、mcr.microsoft.com
ppc64le/hello-world 是 Docker 官方 hello-world 镜像 的 ppc64le 架构专用版本,属于“每个架构”仓库。该镜像旨在提供最小化的 Docker 化示例,主要用途是验证 Docker 环境安装是否正常工作,通过输出特定信息确认 Docker 客户端、守护进程及镜像拉取、容器运行等流程的正确性。
ppc64le 架构优化,可在该架构的 Docker 环境中运行。ppc64le 架构的服务器或设备上,验证跨架构 Docker 环境的兼容性。linuxlatest: 对应 linux该镜像无需复杂配置,通过 docker run 命令即可直接运行,输出验证信息。
docker run ppc64le/hello-world
运行上述命令后,镜像会输出以下信息(示例见下节),内容包括:
$ docker run ppc64le/hello-world Hello from Docker! This message shows that your installation appears to be working correctly. To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (ppc64le) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. To try something more ambitious, you can run an Ubuntu container with: $ docker run -it ubuntu bash Share images, automate workflows, and more with a free Docker ID: [***] For more examples and ideas, visit: [***]
$ docker images ppc64le/hello-world REPOSITORY TAG IMAGE ID SIZE hello-world latest 1b44b5a3e06a 10.07kB
该镜像基于 scratch 空镜像构建,仅包含一个通过 hello.c 源码编译生成的静态二进制文件。由于其极简特性,可作为任意 Unix 用户(如 docker run --user $RANDOM:$RANDOM ppc64le/hello-world)运行,无需特定权限配置。
镜像中软件的许可证信息请参见 LICENSE 文件。与所有 Docker 镜像一样,该镜像可能包含其他软件(如基础发行版组件、间接依赖等),这些软件可能具有独立许可证。用户需自行确保对镜像的使用符合所有包含软件的相关许可证要求。
更多自动检测的许可证信息可参考 repo-info 仓库的 hello-world 目录。
amd64、arm32v5、arm32v6、arm32v7、arm64v8、i386、mips64le、ppc64le、riscv64、s390x、windows-amd64repos/hello-world/ 目录(历史记录)library/hello-world 标签、official-images 仓库的 library/hello-world 文件(历史记录)hello-world 目录(历史记录)


免费版仅支持 Docker Hub 加速,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。
免费版仅支持 docker.io;专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等。
当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录方式配置轩辕镜像加速服务,包含7个详细步骤
在 Linux 系统上配置轩辕镜像源,支持主流发行版
在 Docker Desktop 中配置轩辕镜像加速,适用于桌面系统
在 Docker Compose 中使用轩辕镜像加速,支持容器编排
在 k8s 中配置 containerd 使用轩辕镜像加速
在宝塔面板中配置轩辕镜像加速,提升服务器管理效率
在 Synology 群晖NAS系统中配置轩辕镜像加速
在飞牛fnOS系统中配置轩辕镜像加速
在极空间NAS中配置轩辕镜像加速
在爱快ikuai系统中配置轩辕镜像加速
在绿联NAS系统中配置轩辕镜像加速
在威联通NAS系统中配置轩辕镜像加速
在 Podman 中配置轩辕镜像加速,支持多系统
配置轩辕镜像加速9大主流镜像仓库,包含详细配置步骤
无需登录即可使用轩辕镜像加速服务,更加便捷高效
需要其他帮助?请查看我们的 常见问题 或 官方QQ群: 13763429