广告图片

docker.io/library/hello-world:latest linux/386

docker.io/library/hello-world:latest - 国内下载镜像源 浏览次数:9 安全受验证的发布者-Docker

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

温馨提示: 这是一个 linux/386 系统架构镜像

Docker 镜像: hello-world

这是一个简单的 Docker 镜像,用于测试 Docker 环境是否正常工作。它包含一个简单的程序,会在容器启动时输出“Hello from Docker!”。

这个镜像主要用于以下目的:

  • 验证 Docker 是否安装正确
  • 演示 Docker 容器的基本使用
  • 作为学习 Docker 的入门示例
源镜像 docker.io/library/hello-world:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386
镜像ID sha256:58011732f3fb88d182836901468db79ae88555098262a4f358d652be022e6e8d
镜像TAG latest-linux386
大小 9.76KB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /hello
启动入口
工作目录 /
OS/平台 linux/386
浏览量 9 次
贡献者
镜像创建 2026-03-23T21:29:46.631037293Z
同步时间 2026-05-11 17:56
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386  docker.io/library/hello-world:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386  docker.io/library/hello-world:latest

Shell快速替换命令

sed -i 's#library/hello-world:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386  docker.io/library/hello-world:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386  docker.io/library/hello-world:latest'

镜像构建历史


# 2026-03-24 05:29:46  0.00B 设置默认要执行的命令
CMD ["/hello"]
                        
# 2026-03-24 05:29:46  9.76KB 复制新文件或目录到容器中
COPY hello / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:58011732f3fb88d182836901468db79ae88555098262a4f358d652be022e6e8d",
    "RepoTags": [
        "hello-world:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world:latest-linux386"
    ],
    "RepoDigests": [
        "hello-world@sha256:f9078146db2e05e794366b1bfe584a14ea6317f44027d10ef7dad65279026885",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/library/hello-world@sha256:31d2f9c6d044caf914867833eee7727ff4c92051cf269dc2e8c957f668333186"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-23T21:29:46.631037293Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/hello"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "386",
    "Os": "linux",
    "Size": 9756,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/df15cc0daf4d7e8d940557949a7f8635c65598630a1decd67f2a3dc5b30c9438/merged",
            "UpperDir": "/var/lib/docker/overlay2/df15cc0daf4d7e8d940557949a7f8635c65598630a1decd67f2a3dc5b30c9438/diff",
            "WorkDir": "/var/lib/docker/overlay2/df15cc0daf4d7e8d940557949a7f8635c65598630a1decd67f2a3dc5b30c9438/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b9b5ea857f6d091c7be0d0f0029d0d47925e8298ff74bfe51fe7dbfe7c94172e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-11T17:56:18.365088249+08:00"
    }
}

更多版本

docker.io/library/hello-world:latest

linux/amd64 docker.io13.26KB2024-11-12 11:06
1939

docker.io/library/hello-world:latest

linux/arm64 docker.io5.20KB2025-04-03 15:37
865

docker.io/library/hello-world:latest

linux/386 docker.io9.76KB2026-05-11 17:56
8