ppc64le/hello-worldppc64le/hello-world 是 Docker 官方 hello-world 镜像 的 ppc64le 架构专用版本,属于“每个架构”仓库。该镜像旨在提供最小化的 Docker 化示例,主要用途是验证 Docker 环境安装是否正常工作,通过输出特定信息确认 Docker 客户端、守护进程及镜像拉取、容器运行等流程的正确性。
ppc64le 架构优化,可在该架构的 Docker 环境中运行。ppc64le 架构的服务器或设备上,验证跨架构 Docker 环境的兼容性。linuxlatest: 对应 linux该镜像无需复杂配置,通过 docker run 命令即可直接运行,输出验证信息。
consoledocker run ppc64le/hello-world
运行上述命令后,镜像会输出以下信息(示例见下节),内容包括:
console$ 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: [***]
console$ 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 目录(历史记录)


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务