docker.io/hello-world:latest linux/amd64

docker.io/hello-world:latest - 国内下载镜像源 浏览次数:55

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

这个镜像的描述信息是:

Hello World!

This is the "hello-world" image. When you run this container, it will print out a simple 'Hello from Docker!' message to the console and exit.

源镜像 docker.io/hello-world:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello-world:latest
镜像ID sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a
镜像TAG latest
大小 13.26KB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /hello
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 55 次
贡献者 cs******8@163.com
镜像创建 2023-05-02T16:49:27Z
同步时间 2024-10-17 14:40
更新时间 2024-10-23 14:04
环境变量
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/hello-world:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello-world:latest  docker.io/hello-world:latest

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2023-05-03 00:49:27 CMD ["/hello"]
13.26KB 2023-05-03 00:49:27 COPY hello / # buildkit

镜像信息

{
    "Id": "sha256:d2c94e258dcb3c5ac2798d32e1249e42ef01cba4841c2234249495f87264ac5a",
    "RepoTags": [
        "hello-world:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello-world:latest"
    ],
    "RepoDigests": [
        "hello-world@sha256:d211f485f2dd1dee407a80973c8f129f00d54604d2c90732e8e320e5038a0348",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/hello-world@sha256:d37ada95d47ad12224c205a938129df7a3e52345828b4fa27b03a98825d1e2e7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-05-02T16:49:27Z",
    "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"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 13256,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/6dfe2a4d16e7970668166a52049016151e6ecb86e70aba4eee2a31c612be1aec/merged",
            "UpperDir": "/var/lib/docker/overlay2/6dfe2a4d16e7970668166a52049016151e6ecb86e70aba4eee2a31c612be1aec/diff",
            "WorkDir": "/var/lib/docker/overlay2/6dfe2a4d16e7970668166a52049016151e6ecb86e70aba4eee2a31c612be1aec/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ac28800ec8bb38d5c35b49d45a6ac4777544941199075dff8c4eb63e093aa81e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-17T14:40:49.177062515+08:00"
    }
}

更多版本