docker.io/davescodemusings/samba-anon:x86 linux/amd64

docker.io/davescodemusings/samba-anon:x86 - 国内下载镜像源 浏览次数:8

这是一个提供匿名 Samba 文件共享服务的 Docker 镜像。

源镜像 docker.io/davescodemusings/samba-anon:x86
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86
镜像ID sha256:eafadd87d184a379745ad82bb0aa3eba32ef7f75003af87432d21fb3bdc2410e
镜像TAG x86
大小 399.81MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/sbin/smbd --foreground --debug-stdout --no-process-group --configfile=/etc/samba/smb.conf
启动入口
工作目录
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2025-04-15T01:50:06.218329541Z
同步时间 2025-08-15 22:25
更新时间 2025-08-16 01:42
开放端口
445/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://github.com/DavesCodeMusings/samba-anon: org.opencontainers.image.source

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86  docker.io/davescodemusings/samba-anon:x86

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86  docker.io/davescodemusings/samba-anon:x86

Shell快速替换命令

sed -i 's#davescodemusings/samba-anon:x86#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86  docker.io/davescodemusings/samba-anon:x86'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86  docker.io/davescodemusings/samba-anon:x86'

镜像构建历史


# 2025-04-15 09:50:06  0.00B 设置默认要执行的命令
CMD ["/usr/sbin/smbd" "--foreground" "--debug-stdout" "--no-process-group" "--configfile=/etc/samba/smb.conf"]
                        
# 2025-04-15 09:50:06  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "smbclient -L //localhost -U guest -N"] "1m0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-04-15 09:50:06  0.00B 声明容器运行时监听的端口
EXPOSE map[445/tcp:{}]
                        
# 2025-04-15 09:50:06  586.00B 复制新文件或目录到容器中
COPY smb.conf /etc/samba/smb.conf # buildkit
                        
# 2025-04-15 09:50:06  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /srv/media /srv/public /srv/shared # buildkit
                        
# 2025-04-15 09:50:06  283.24MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update  && apt-get install -y   samba   smbclient && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-15 09:50:06  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/DavesCodeMusings/samba-anon
                        
# 2025-04-07 08:00:00  116.57MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'
                        
                    

镜像信息

{
    "Id": "sha256:eafadd87d184a379745ad82bb0aa3eba32ef7f75003af87432d21fb3bdc2410e",
    "RepoTags": [
        "davescodemusings/samba-anon:x86",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon:x86"
    ],
    "RepoDigests": [
        "davescodemusings/samba-anon@sha256:7c54331cdd278d4ca7f320088840b7f2f3337422705def2f2b900d932fc3fc8d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/davescodemusings/samba-anon@sha256:7b08a4d91f58564d712516beab41a2de5ae3cb187cbec1a894bd50c982d9b12f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-15T01:50:06.218329541Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "445/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/usr/sbin/smbd",
            "--foreground",
            "--debug-stdout",
            "--no-process-group",
            "--configfile=/etc/samba/smb.conf"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "smbclient -L //localhost -U guest -N"
            ],
            "Interval": 60000000000
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.source": "https://github.com/DavesCodeMusings/samba-anon"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 399814160,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5119ddc680d404c79116d459c93ae8a5bb2660d0cf5eee17083a0d8d2c2db147/diff:/var/lib/docker/overlay2/70d3cc76c4bb0fc3c82cf3bae5fde479114729e601a41efaf0dfc0fd56bb3d30/diff:/var/lib/docker/overlay2/82df6951f24986046235dd7a0f2d05e270eb42ea7e613d0fbc1c53991fdd4a60/diff",
            "MergedDir": "/var/lib/docker/overlay2/198e7bd0016a680ad736fc46f258c833ac8253abdea22f80c1f2e94217810b39/merged",
            "UpperDir": "/var/lib/docker/overlay2/198e7bd0016a680ad736fc46f258c833ac8253abdea22f80c1f2e94217810b39/diff",
            "WorkDir": "/var/lib/docker/overlay2/198e7bd0016a680ad736fc46f258c833ac8253abdea22f80c1f2e94217810b39/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f7f2b929d8a55112a2db1bc16fb8731045c9572b84d6dfbbdbd5dc6dd2bd9fe4",
            "sha256:bcbdab7556b76edfee334f1c496132b3e90532fe61c04150b2e3f98e12e5c0a1",
            "sha256:7512e36a0e8d858cab4392fb346f690a6b49268eb13740d6a981373063cc46d4",
            "sha256:dde01b0501ed5ca2651a7486f5b93748a8294876070eaf94f195100c2e063c0e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-15T22:25:42.448075591+08:00"
    }
}

更多版本

docker.io/davescodemusings/samba-anon:x86

linux/amd64 docker.io399.81MB2025-08-15 22:25
7