arm64v8/hello-seattlehello-seattle 是 Docker 官方 hello-world 镜像的定制变体,专为 2016 年 DockerCon(西雅图)会议创建。其核心功能与 hello-world 一致,用于验证 Docker 环境是否正确安装,输出包含 Docker 工作流程说明的欢迎信息。请注意:该镜像为特定活动的纪念性版本,不推荐用于生产或实际业务场景。
无需手动拉取镜像,docker run 命令会自动从 Docker Hub 拉取并运行。根据目标架构选择对应标签:
bashdocker run arm64v8/hello-seattle
bashdocker run amd64/hello-seattle
bashdocker run arm32v7/hello-seattle
bashdocker run winamd64/hello-seattle
Hello from DockerCon 2016 (Seattle)! 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-seattle" image from the Docker Hub. 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 Hub account: [***] For more examples and ideas, visit: [***]
该镜像无任何可配置参数或环境变量,运行后自动输出信息并退出。
linux:对应各架构的 Linux 版本(如 arm64v8/hello-seattle:linux)。latest:默认指向对应架构的 linux 标签(如 arm64v8/hello-seattle:latest 等同于 arm64v8/hello-seattle:linux)。| 架构 | 镜像标签 |
|---|---|
| amd64 | amd64/hello-seattle |
| arm32v5 | arm32v5/hello-seattle |
| arm32v7 | arm32v7/hello-seattle |
| arm64v8 | arm64v8/hello-seattle |
| i386 | i386/hello-seattle |
| ppc64le | ppc64le/hello-seattle |
| s390x | s390x/hello-seattle |
| windows-amd64 | winamd64/hello-seattle |
docker)。镜像包含软件的许可信息见 LICENSE 文件。
本镜像可能包含基础发行版中的第三方软件(如 Bash 等),其许可可能独立于主软件。部分自动检测的许可信息可在 repo-info 仓库 查看。
使用本镜像时,用户需自行确保遵守所有包含软件的许可协议。


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