docker.io/nicolas/webdis:0.1.23 linux/amd64

docker.io/nicolas/webdis:0.1.23 - 国内下载镜像源 浏览次数:13
Webdis 是一个基于 Redis 的 NoSQL 数据库,它提供了类似的命令行界面和 API。使用 docker.io/nicolas/webdis 镜像可以快速部署并启动 Webdis 服务。

Webdis 的主要特点包括:

  • 支持 Redis 协议
  • 提供类似 Redis 命令行界面和 API
  • 高性能和可扩展性
  • 轻量级和易于部署
通过使用 docker.io/nicolas/webdis 镜像,您可以快速建立并运行 Webdis 服务,以便您能够测试、开发和生产环境中进行相关的测试和应用程序。
源镜像 docker.io/nicolas/webdis:0.1.23
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23
镜像ID sha256:03dbd2941026d88f5577612c2a1ccc9448293cbc106622e4aa2541bfe4b1ea81
镜像TAG 0.1.23
大小 18.08MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c /usr/bin/redis-server /etc/redis.conf && /usr/local/bin/webdis /etc/webdis.prod.json
启动入口
工作目录
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2024-10-23T01:56:50.773195604Z
同步时间 2026-03-08 23:00
开放端口
7379/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
docker.io/library/alpine:3.20.3: org.opencontainers.image.base.name 2024-10-22T21:00:49-0700: org.opencontainers.image.created Webdis 0.1.23: org.opencontainers.image.description BSD-2-Clause: org.opencontainers.image.licenses 6bd158e3bff60504d2725dde47f953dc068055fb: org.opencontainers.image.revision https://github.com/nicolasff/webdis/tree/0.1.23: org.opencontainers.image.source Webdis 0.1.23: org.opencontainers.image.title https://hub.docker.com/r/nicolas/webdis: org.opencontainers.image.url 0.1.23: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23  docker.io/nicolas/webdis:0.1.23

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23  docker.io/nicolas/webdis:0.1.23

Shell快速替换命令

sed -i 's#nicolas/webdis:0.1.23#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23  docker.io/nicolas/webdis:0.1.23'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23  docker.io/nicolas/webdis:0.1.23'

镜像构建历史


# 2024-10-23 09:56:50  0.00B 声明容器运行时监听的端口
EXPOSE map[7379/tcp:{}]
                        
# 2024-10-23 09:56:50  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "/usr/bin/redis-server /etc/redis.conf && /usr/local/bin/webdis /etc/webdis.prod.json"]
                        
# 2024-10-23 09:56:50  106.72KB 执行命令并创建新的镜像层
RUN /bin/sh -c echo "daemonize yes" >> /etc/redis.conf # buildkit
                        
# 2024-10-23 09:56:50  426.00B 复制新文件或目录到容器中
COPY /etc/webdis.prod.json /etc/webdis.prod.json # buildkit
                        
# 2024-10-23 09:56:50  510.89KB 复制新文件或目录到容器中
COPY /usr/local/bin/webdis /usr/local/bin/webdis-ssl /usr/local/bin/ # buildkit
                        
# 2024-10-23 09:56:34  9.66MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update && apk add libevent msgpack-c openssl     'redis>=6.2.10' 'libssl3>=3.2.2-r1' 'libcrypto3>=3.3.2-r1' &&     rm -f /var/cache/apk/* /usr/bin/redis-benchmark /usr/bin/redis-cli # buildkit
                        
# 2024-09-07 06:20:07  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-09-07 06:20:07  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:03dbd2941026d88f5577612c2a1ccc9448293cbc106622e4aa2541bfe4b1ea81",
    "RepoTags": [
        "nicolas/webdis:0.1.23",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis:0.1.23"
    ],
    "RepoDigests": [
        "nicolas/webdis@sha256:e3c3d824eadeffea9f9df5d31418f02c7b2f41721363bcf6b9332b4d977f62d2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nicolas/webdis@sha256:56d4b3d77205a2e3132365f4e6ef58bb465bf2784847d6c0462a62e3395a2ba3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-23T01:56:50.773195604Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "7379/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "/usr/bin/redis-server /etc/redis.conf \u0026\u0026 /usr/local/bin/webdis /etc/webdis.prod.json"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.base.name": "docker.io/library/alpine:3.20.3",
            "org.opencontainers.image.created": "2024-10-22T21:00:49-0700",
            "org.opencontainers.image.description": "Webdis 0.1.23",
            "org.opencontainers.image.licenses": "BSD-2-Clause",
            "org.opencontainers.image.revision": "6bd158e3bff60504d2725dde47f953dc068055fb",
            "org.opencontainers.image.source": "https://github.com/nicolasff/webdis/tree/0.1.23",
            "org.opencontainers.image.title": "Webdis 0.1.23",
            "org.opencontainers.image.url": "https://hub.docker.com/r/nicolas/webdis",
            "org.opencontainers.image.version": "0.1.23"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 18076098,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/96bc4f426b8f84face5e44ef679b71ee3360e328ad446bf34a6fead6a529957d/diff:/var/lib/docker/overlay2/ed89a21cb43d27b31aa920464a47bbf2525e5b795811793e18c00d2cb2ae41ab/diff:/var/lib/docker/overlay2/475e72d67a7256adf1f4a03b7dbb52ce97845ae74395504d9a08259e7d37ed14/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/abb185fae6dada14b315a1b9b84a48b0dbbcb33de962b6bdcc395cfc6be84590/merged",
            "UpperDir": "/var/lib/docker/overlay2/abb185fae6dada14b315a1b9b84a48b0dbbcb33de962b6bdcc395cfc6be84590/diff",
            "WorkDir": "/var/lib/docker/overlay2/abb185fae6dada14b315a1b9b84a48b0dbbcb33de962b6bdcc395cfc6be84590/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:de60d708a24ab4af0da41695972a19f2531cd0fafcc56f918e64807b180fe4b0",
            "sha256:63baa75a80954e5f2da792b78d20df26e085168926abb0796bb2989e14e16ab5",
            "sha256:0830df691c23d65a6b4c5343c61ca64f5d28ff81ffc06b758f9461d397e5184b",
            "sha256:d448b54be819f077a96c7d8eae409a94062733758627f2caa4d7933949cf919c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-08T23:00:53.140507824+08:00"
    }
}

更多版本

docker.io/nicolas/webdis:0.1.19

linux/amd64 docker.io12.08MB2024-10-05 02:52
288

docker.io/nicolas/webdis:0.1.23

linux/amd64 docker.io18.08MB2026-03-08 23:00
12