docker.io/traefik/whoami:v1.11 linux/amd64

docker.io/traefik/whoami:v1.11 - 国内下载镜像源 浏览次数:12

这是一个Traefik提供的用于测试和调试的镜像。运行该镜像后,它会返回关于容器运行环境的信息,例如容器的IP地址、主机名、端口等。这对于理解Traefik代理以及容器网络配置非常有用。

源镜像 docker.io/traefik/whoami:v1.11
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11
镜像ID sha256:6fee7566e4273ee6078f08e167e36434b35f72152232a5e6f1446288817dabe5
镜像TAG v1.11
大小 7.16MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /whoami
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2025-03-13T14:27:01.577844301Z
同步时间 2026-02-25 14:22
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2025-03-13T14:25:39Z: org.opencontainers.image.created Tiny Go webserver that prints OS information and HTTP request to output: org.opencontainers.image.description https://github.com/traefik/whoami: org.opencontainers.image.documentation 7e57190724ca7c0a74aa7f878b6cefe13b11994f: org.opencontainers.image.revision https://github.com/traefik/whoami: org.opencontainers.image.source whoami: org.opencontainers.image.title https://github.com/traefik/whoami: org.opencontainers.image.url 1.11.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11  docker.io/traefik/whoami:v1.11

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11  docker.io/traefik/whoami:v1.11

Shell快速替换命令

sed -i 's#traefik/whoami:v1.11#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11  docker.io/traefik/whoami:v1.11'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11  docker.io/traefik/whoami:v1.11'

镜像构建历史


# 2025-03-13 22:27:01  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-03-13 22:27:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/whoami"]
                        
# 2025-03-13 22:27:01  6.49MB 复制新文件或目录到容器中
COPY whoami / # buildkit
                        
# 2025-03-13 22:27:01  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2025-03-13 22:27:01  444.21KB 复制新文件或目录到容器中
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6fee7566e4273ee6078f08e167e36434b35f72152232a5e6f1446288817dabe5",
    "RepoTags": [
        "traefik/whoami:v1.11",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami:v1.11"
    ],
    "RepoDigests": [
        "traefik/whoami@sha256:200689790a0a0ea48ca45992e0450bc26ccab5307375b41c84dfc4f2475937ab",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/traefik/whoami@sha256:4f90b33ddca9c4d4f06527070d6e503b16d71016edea036842be2a84e60c91cb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-13T14:27:01.577844301Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/whoami"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-03-13T14:25:39Z",
            "org.opencontainers.image.description": "Tiny Go webserver that prints OS information and HTTP request to output",
            "org.opencontainers.image.documentation": "https://github.com/traefik/whoami",
            "org.opencontainers.image.revision": "7e57190724ca7c0a74aa7f878b6cefe13b11994f",
            "org.opencontainers.image.source": "https://github.com/traefik/whoami",
            "org.opencontainers.image.title": "whoami",
            "org.opencontainers.image.url": "https://github.com/traefik/whoami",
            "org.opencontainers.image.version": "1.11.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 7155052,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/571fc6a4b0249b9c130e6ce0263dd8e39d1eb2cfce92c8857f918368ac7e9885/diff:/var/lib/docker/overlay2/c3fc6966bae34351c9bc45a97062dd54f7aa09c553d0ba65abcdf80ed178b051/diff",
            "MergedDir": "/var/lib/docker/overlay2/2d4ff07d3722b20cbeda74015fd6d840c9760d20d56f58532d9c748ca9f12e3b/merged",
            "UpperDir": "/var/lib/docker/overlay2/2d4ff07d3722b20cbeda74015fd6d840c9760d20d56f58532d9c748ca9f12e3b/diff",
            "WorkDir": "/var/lib/docker/overlay2/2d4ff07d3722b20cbeda74015fd6d840c9760d20d56f58532d9c748ca9f12e3b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:844eea3cbc1988804eb56f1667f5a207108d1b9f178d25d03359b03b3521eed8",
            "sha256:5e587e476b62b852cf6c04bc2ce2c963989839563ca84c6111e6d586d52caa5c",
            "sha256:4121cb2008470ead1f028202f3c3a03ca26ccb3ae7745b72c9161f1c7c330d37"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-25T14:22:35.299942115+08:00"
    }
}

更多版本

docker.io/traefik/whoami:latest

linux/amd64 docker.io6.57MB2025-02-15 00:18
569

docker.io/traefik/whoami:v1.10

linux/arm64 docker.io6.30MB2025-02-18 14:04
438

docker.io/traefik/whoami:v1.11

linux/amd64 docker.io7.16MB2026-02-25 14:22
11