docker.io/simpleyyt/manus-sandbox:latest linux/amd64

docker.io/simpleyyt/manus-sandbox:latest - 国内下载镜像源 浏览次数:49

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

该Docker镜像 docker.io/simpleyyt/manus-sandbox 是一个用于Manus(一种可能的手稿或文档处理工具,具体信息需要进一步确认)的沙盒环境。它提供了一个隔离的运行环境,方便用户测试和开发Manus相关的应用或脚本,而不会影响宿主机系统。

源镜像 docker.io/simpleyyt/manus-sandbox:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest
镜像ID sha256:db9ead44aeaae03745d7f8962ace57152ced7f76366d0e9b20dc8191f9316a53
镜像TAG latest
大小 1.59GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD supervisord -n -c /app/supervisord.conf
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 49 次
贡献者
镜像创建 2025-04-26T16:23:11.569230573Z
同步时间 2025-05-13 21:22
更新时间 2025-05-30 18:30
开放端口
5900/tcp 5901/tcp 8080/tcp 9222/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive HOSTNAME=sandbox LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh LC_ALL=zh_CN.UTF-8 UVI_ARGS= CHROME_ARGS=
镜像标签
tiny-manus: com.docker.compose.project sandbox: com.docker.compose.service 2.25.0: com.docker.compose.version ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest  docker.io/simpleyyt/manus-sandbox:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest  docker.io/simpleyyt/manus-sandbox:latest

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest  docker.io/simpleyyt/manus-sandbox:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest  docker.io/simpleyyt/manus-sandbox:latest'

镜像构建历史


# 2025-04-27 00:23:11  0.00B 设置默认要执行的命令
CMD ["supervisord" "-n" "-c" "/app/supervisord.conf"]
                        
# 2025-04-27 00:23:11  0.00B 设置环境变量 CHROME_ARGS
ENV CHROME_ARGS=
                        
# 2025-04-27 00:23:11  0.00B 设置环境变量 UVI_ARGS
ENV UVI_ARGS=
                        
# 2025-04-27 00:23:11  0.00B 声明容器运行时监听的端口
EXPOSE map[5900/tcp:{} 5901/tcp:{} 8080/tcp:{} 9222/tcp:{}]
                        
# 2025-04-27 00:23:11  3.68KB 复制新文件或目录到容器中
COPY supervisord.conf /etc/supervisor/conf.d/app.conf # buildkit
                        
# 2025-04-27 00:23:11  131.08KB 复制新文件或目录到容器中
COPY . . # buildkit
                        
# 2025-04-26 23:16:15  15.38MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip3 install --no-cache-dir -r requirements.txt # buildkit
                        
# 2025-04-26 23:15:41  75.00B 复制新文件或目录到容器中
COPY requirements.txt . # buildkit
                        
# 2025-04-26 23:15:41  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-04-26 23:15:41  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh LC_ALL=zh_CN.UTF-8
                        
# 2025-04-26 23:15:41  137.17MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y     fonts-noto-cjk     fonts-noto-color-emoji     language-pack-zh-hans     locales     && locale-gen zh_CN.UTF-8     && apt-get clean     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-26 23:15:06  501.56MB 执行命令并创建新的镜像层
RUN /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - &&     echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list &&     apt-get update &&     apt-get install -y google-chrome-stable &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-26 23:13:24  162.93MB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /etc/apt/keyrings &&     curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg &&     echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list &&     apt-get update &&     apt-get install -y nodejs &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-26 23:13:04  313.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa &&     apt-get update &&     apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip &&     update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-26 23:12:10  334.45KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -m -d /home/ubuntu -s /bin/bash ubuntu &&     echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu # buildkit
                        
# 2025-04-26 23:12:10  382.89MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y     sudo     bc     curl     wget     gnupg     software-properties-common     xvfb     x11vnc     xterm     socat     supervisor     websockify     && apt-get clean     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-04-26 23:12:10  0.00B 设置环境变量 HOSTNAME
ENV HOSTNAME=sandbox
                        
# 2025-04-26 23:12:10  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-04-07 15:24:18  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-07 15:24:17  77.86MB 
/bin/sh -c #(nop) ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in / 
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:db9ead44aeaae03745d7f8962ace57152ced7f76366d0e9b20dc8191f9316a53",
    "RepoTags": [
        "simpleyyt/manus-sandbox:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox:latest"
    ],
    "RepoDigests": [
        "simpleyyt/manus-sandbox@sha256:9c2ed6e622d0c49ec536b1aa12aa2c501b2d514afe26f5420b5c766f70e5defd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/simpleyyt/manus-sandbox@sha256:69cfe422059ca744b14805e0ae8ff4c79aafe6be01e67916dfe5cadeebc1b783"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-26T16:23:11.569230573Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5900/tcp": {},
            "5901/tcp": {},
            "8080/tcp": {},
            "9222/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "DEBIAN_FRONTEND=noninteractive",
            "HOSTNAME=sandbox",
            "LANG=zh_CN.UTF-8",
            "LANGUAGE=zh_CN:zh",
            "LC_ALL=zh_CN.UTF-8",
            "UVI_ARGS=",
            "CHROME_ARGS="
        ],
        "Cmd": [
            "supervisord",
            "-n",
            "-c",
            "/app/supervisord.conf"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.docker.compose.project": "tiny-manus",
            "com.docker.compose.service": "sandbox",
            "com.docker.compose.version": "2.25.0",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1591518064,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e192a237ae622f8c6e386da40a8c7257a0f620de149dfec4ff16bbb59ff55b26/diff:/var/lib/docker/overlay2/03ec854ff277fbee3407e99d5d39407ad052e4ae7d79612036ccea8083f1f2d2/diff:/var/lib/docker/overlay2/35f752b8380a15121e597492c9c9f9ac9af169f23333c1a34ab4bed03406b487/diff:/var/lib/docker/overlay2/d15e1752aa6c5fb8d076da6930dcfb89131b1cc680e3dab5b9fa2c61d5c8f10c/diff:/var/lib/docker/overlay2/1e3d4cd4c1079879469f4e4c86a7e28c4b74d42a6463c2bca4300d875748290b/diff:/var/lib/docker/overlay2/78848f0613ee8c3dc7974802362772451cf4b9cba950b1590b8e211a4b04cb7e/diff:/var/lib/docker/overlay2/ac6f7cd31fd74711cc4e40e26c1c01570f6207de66d172943118315df338b25c/diff:/var/lib/docker/overlay2/831c718d81b112cecdb9d2688d4885a120a270c4e70bcdf9601fb86f31651186/diff:/var/lib/docker/overlay2/e7b677931c373a159c06e4acdb68be74a020b3c425843b103ad3b34994245715/diff:/var/lib/docker/overlay2/c86204d74e7d00aa78833a9d0793162364d797f66fa371eb49cf84e3aa5135c8/diff:/var/lib/docker/overlay2/e7eee3f084d991e18a21a7e4166378a36f815193ac56858dccf54b2bd2152399/diff",
            "MergedDir": "/var/lib/docker/overlay2/2bc5e2a0502c9ec4bc1ed53707ab3eb137f38804cac2dc68fef5f8195c92e735/merged",
            "UpperDir": "/var/lib/docker/overlay2/2bc5e2a0502c9ec4bc1ed53707ab3eb137f38804cac2dc68fef5f8195c92e735/diff",
            "WorkDir": "/var/lib/docker/overlay2/2bc5e2a0502c9ec4bc1ed53707ab3eb137f38804cac2dc68fef5f8195c92e735/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:65c636ce09f299ba8ea7157c8d126dfd5b115fa7bbc5d634a91b34786958546e",
            "sha256:38f24a1792c49378856134db6a53787b38a7a49125b5ff656a705175daf01e20",
            "sha256:36239618df6e26b815c080e371a03c3fadcb17f4b356ebed3a4a65229761ead8",
            "sha256:4d15d8fb5d72f6d4807bfd4a7358d1d3b80710bde3257366dc0bdef4b505878c",
            "sha256:9ba0e1cfab0233370742cb4c8817e320cd10b2e3069caa9233a4ad3944cb0a6c",
            "sha256:d1f180e01a464d91637c07ff85c18910f7ea59873e8ceb66a7abd0d873ba57fd",
            "sha256:7123a1da269aed218c01729c46416c3eb885bfe722070ed8d35fb231f72f7b5d",
            "sha256:0b3e2217af568c1464110a88790e863785d6fa5beab1941c424fd44c8ab5bef2",
            "sha256:fdd03e49319d32d7af8e5f1a299e97d4a7bf43fd26a2a99c7a3864b393f7e482",
            "sha256:19402509b269c69c8119d54277919a2530bd1a9d0090405a44fd52fc69a79103",
            "sha256:9665577393b77ef2d551bb5e52908dd0f9f5847c74b401245025dc1287f7c428",
            "sha256:a5cbb06d9c6c5266ce06389e15a217090e5cd60a5bb823389b59d17738ae3b47"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-13T21:21:25.850483414+08:00"
    }
}

更多版本

docker.io/simpleyyt/manus-sandbox:latest

linux/amd64 docker.io1.59GB2025-05-13 21:22
48