docker.io/linuxserver/webtop:ubuntu-xfce linux/arm64

docker.io/linuxserver/webtop:ubuntu-xfce - 国内下载镜像源 浏览次数:74 安全受验证的发布者-linuxserver 温馨提示: 这是一个 linux/arm64 系统架构镜像

WebTop

webtop是一个轻量级的Web接口,用于管理你的docker容器。它提供了一个简洁的界面,让你可以轻松地创建、启动、停止和删除容器。

使用webtop,你不再需要记住docker命令的细节,只需在网页上操作即可完成管理工作。同时,webtop也支持多用户登录,方便团队协作管理docker容器。

总之,webtop是一个非常有用的工具,可以让你更轻松地使用docker容器。

源镜像 docker.io/linuxserver/webtop:ubuntu-xfce
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64
镜像ID sha256:ab3bbf0b66e9115044aaedeaffafb6b7362c9f9532d817f4c86a49f93c989c27
镜像TAG ubuntu-xfce-linuxarm64
大小 2.81GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/arm64
浏览量 74 次
贡献者
镜像创建 2025-06-24T04:33:42.260588956Z
同步时间 2025-06-26 03:21
更新时间 2025-08-14 16:03
开放端口
3000/tcp 3001/tcp
目录挂载
/config
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/config LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy DISPLAY=:1 PERL5LIB=/usr/local/bin START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false TITLE=Ubuntu XFCE LSIO_FIRST_PARTY=true
镜像标签
Linuxserver.io version:- b77e3d45-ls216 Build-date:- 2025-06-24T04:29:08+00:00: build_version thelamer: maintainer linuxserver.io: org.opencontainers.image.authors 2025-06-24T04:29:08+00:00: org.opencontainers.image.created webtop image by linuxserver.io: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-webtop: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses 188825ea0230eeac5ecca3f191d7cb03df84e121: org.opencontainers.image.ref.name 188825ea0230eeac5ecca3f191d7cb03df84e121: org.opencontainers.image.revision https://github.com/linuxserver/docker-webtop: org.opencontainers.image.source Webtop: org.opencontainers.image.title https://github.com/linuxserver/docker-webtop/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor b77e3d45-ls216: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64  docker.io/linuxserver/webtop:ubuntu-xfce

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64  docker.io/linuxserver/webtop:ubuntu-xfce

Shell快速替换命令

sed -i 's#linuxserver/webtop:ubuntu-xfce#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64  docker.io/linuxserver/webtop:ubuntu-xfce'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64  docker.io/linuxserver/webtop:ubuntu-xfce'

镜像构建历史


# 2025-06-24 12:33:42  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-06-24 12:33:42  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2025-06-24 12:33:42  11.33KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-06-24 12:33:42  433.42MB 执行命令并创建新的镜像层
RUN |2 BUILD_DATE=2025-06-24T04:29:08+00:00 VERSION=b77e3d45-ls216 /bin/sh -c echo "**** add icon ****" &&   curl -o     /usr/share/selkies/www/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png &&   echo "**** install packages ****" &&   apt-key adv     --keyserver hkp://keyserver.ubuntu.com:80     --recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 &&   echo     "deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" >     /etc/apt/sources.list.d/xtradeb.list &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive   apt-get install --no-install-recommends -y     chromium     mousepad     xfce4-terminal     xfce4     xubuntu-default-settings     xubuntu-icon-theme &&   echo "**** xfce tweaks ****" &&   sed -i     's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g'     /usr/share/applications/chromium.desktop &&   mv     /usr/bin/exo-open     /usr/bin/exo-open-real &&   mv     /usr/bin/thunar     /usr/bin/thunar-real &&   mv     /usr/bin/chromium     /usr/bin/chromium-browser &&   rm -f     /etc/xdg/autostart/xscreensaver.desktop &&   echo "**** cleanup ****" &&   apt-get autoclean &&   rm -rf     /config/.cache     /config/.launchpadlib     /var/lib/apt/lists/*     /var/tmp/*     /tmp/* # buildkit
                        
# 2025-06-24 12:33:42  0.00B 设置环境变量 TITLE
ENV TITLE=Ubuntu XFCE
                        
# 2025-06-24 12:33:42  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-06-24 12:33:42  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- b77e3d45-ls216 Build-date:- 2025-06-24T04:29:08+00:00
                        
# 2025-06-24 12:33:42  0.00B 定义构建参数
ARG VERSION=b77e3d45-ls216
                        
# 2025-06-24 12:33:42  0.00B 定义构建参数
ARG BUILD_DATE=2025-06-24T04:29:08+00:00
                        
# 2025-06-24 12:33:42  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-06-24 00:08:19  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-06-24 00:08:19  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{} 3001/tcp:{}]
                        
# 2025-06-24 00:08:19  611.22KB 复制新文件或目录到容器中
COPY /buildout /usr/share/selkies/www # buildkit
                        
# 2025-06-24 00:08:19  26.10KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-06-24 00:08:18  2.22GB 执行命令并创建新的镜像层
RUN |2 BUILD_DATE=2025-06-23T15:55:06+00:00 VERSION=85e249f5-ls32 /bin/sh -c echo "**** dev deps ****" &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     libev-dev     libjpeg-turbo8-dev     libx11-dev     libxext-dev     libxfixes-dev     libx264-dev     python3-dev     python3-pip &&   echo "**** enable locales ****" &&   sed -i     '/locale/d'     /etc/dpkg/dpkg.cfg.d/excludes &&   echo "**** install deps ****" &&   curl -fsSL https://download.docker.com/linux/ubuntu/gpg | tee /usr/share/keyrings/docker.asc >/dev/null &&   echo "deb [arch=arm64 signed-by=/usr/share/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list &&   curl -fsSL https://deb.nodesource.com/setup_22.x | bash - &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     ca-certificates     cmake     console-data     containerd.io     dbus-x11     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin     dunst     file     fonts-noto-cjk     fonts-noto-color-emoji     fonts-noto-core     g++     gcc     gir1.2-gst-plugins-bad-1.0     gir1.2-gstreamer-1.0     git     gstreamer1.0-nice     gstreamer1.0-plugins-*     gstreamer1.0-pulseaudio     kbd     libev4     libfontenc1     libfreetype6     libgbm1     libgcrypt20     libgirepository-1.0-1     libgl1-mesa-dri     libglu1-mesa     libgnutls30     libgstreamer1.0     libjpeg-turbo8     libnginx-mod-http-fancyindex     libnotify-bin     libp11-kit0     libpam0g     libtasn1-6     libvulkan1     libx11-6     libx264-164     libxau6     libxcb1     libxcursor1     libxdmcp6     libxext6     libxfconf-0-3     libxfixes3     libxfont2     libxinerama1     libxshmfence1     libxtst6     locales-all     make     mesa-libgallium     mesa-va-drivers     mesa-vulkan-drivers     nginx     openbox     openssh-client     openssl     pciutils     procps     pulseaudio     pulseaudio-utils     python3     python3-distutils-extra     python3-gi     python3-gst-1.0     software-properties-common     ssl-cert     stterm     sudo     tar     util-linux     vulkan-tools     x11-apps     x11-common     x11-utils     x11-xkb-utils     x11-xserver-utils     xauth     xcvt     xdg-utils     xdotool     xfconf     xfonts-base     xkb-data     xsel     xserver-common     xserver-xorg-core     xserver-xorg-video-amdgpu     xserver-xorg-video-ati     xserver-xorg-video-nouveau     xterm     xutils     xvfb     zlib1g &&   echo "**** install selkies ****" &&   pip3 install pixelflux --break-system-packages &&   SELKIES_RELEASE=$(curl -sX GET "https://api.github.com/repos/selkies-project/selkies/releases/latest"     | awk '/tag_name/{print $4;exit}' FS='[""]') &&   curl -o     /tmp/selkies.tar.gz -L     "https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" &&   cd /tmp &&   tar xf selkies.tar.gz &&   cd selkies-* &&   pip3 install . --break-system-packages &&   echo "**** install selkies interposer ****" &&   cd addons/js-interposer &&   gcc -shared -fPIC -ldl     -o selkies_joystick_interposer.so     joystick_interposer.c &&   mv     selkies_joystick_interposer.so     /usr/lib/selkies_joystick_interposer.so &&   echo "**** install selkies fake udev ****" &&   cd ../fake-udev &&   make &&   mkdir /opt/lib &&   mv     libudev.so.1.0.0-fake     /opt/lib/ &&   echo "**** add icon ****" &&   mkdir -p     /usr/share/selkies/www &&   curl -o     /usr/share/selkies/www/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png &&   curl -o     /usr/share/selkies/www/favicon.ico     https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico &&   echo "**** openbox tweaks ****" &&   sed -i     -e 's/NLIMC/NLMC/g'     -e '/debian-menu/d'     -e 's|</applications>|  <application class="*"><maximized>yes</maximized><position force="yes"><x>0</x><y>0</y></position></application>\n</applications>|'     -e 's|</keyboard>|  <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|'     /etc/xdg/openbox/rc.xml &&   echo "**** user perms ****" &&   sed -e 's/%sudo	ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g'     -i /etc/sudoers &&   echo "abc:abc" | chpasswd &&   usermod -s /bin/bash abc &&   usermod -aG sudo abc &&   echo "**** proot-apps ****" &&   mkdir /proot-apps/ &&   PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest"     | awk '/tag_name/{print $4;exit}' FS='[""]') &&   curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-x86_64.tar.gz     | tar -xzf - -C /proot-apps/ &&   echo "${PAPPS_RELEASE}" > /proot-apps/pversion &&   echo "**** dind support ****" &&   useradd -U dockremap &&   usermod -G dockremap dockremap &&   echo 'dockremap:165536:65536' >> /etc/subuid &&   echo 'dockremap:165536:65536' >> /etc/subgid &&   curl -o   /usr/local/bin/dind -L     https://raw.githubusercontent.com/moby/moby/master/hack/dind &&   chmod +x /usr/local/bin/dind &&   echo 'hosts: files dns' > /etc/nsswitch.conf &&   usermod -aG docker abc &&   echo "**** locales ****" &&   for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do     localedef -i $LOCALE -f UTF-8 $LOCALE.UTF-8;   done &&   echo "**** theme ****" &&   curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz     | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ &&   echo "**** cleanup ****" &&   apt-get purge -y --autoremove     libjpeg-turbo8-dev     libx11-dev     libxext-dev     libx264-dev     python3-dev     python3-pip &&   apt-get autoclean &&   rm -rf     /config/.cache     /config/.npm     /var/lib/apt/lists/*     /var/tmp/*     /tmp/* # buildkit
                        
# 2025-06-24 00:08:18  0.00B 设置环境变量 DISPLAY PERL5LIB HOME START_DOCKER PULSE_RUNTIME_PATH SELKIES_INTERPOSER NVIDIA_DRIVER_CAPABILITIES DISABLE_ZINK TITLE
ENV DISPLAY=:1 PERL5LIB=/usr/local/bin HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false TITLE=Selkies
                        
# 2025-06-24 00:08:18  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-06-24 00:08:18  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 85e249f5-ls32 Build-date:- 2025-06-23T15:55:06+00:00
                        
# 2025-06-24 00:08:18  0.00B 定义构建参数
ARG VERSION=85e249f5-ls32
                        
# 2025-06-24 00:08:18  0.00B 定义构建参数
ARG BUILD_DATE=2025-06-23T15:55:06+00:00
                        
# 2025-06-11 07:38:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-06-11 07:38:53  9.44KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-06-11 07:38:53  42.42MB 执行命令并创建新的镜像层
RUN |7 BUILD_DATE=2025-06-10T23:36:39+00:00 VERSION=77608682-ls40 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" &&   rm -f /etc/apt/sources.list.d/ubuntu.sources &&   set -xe &&   echo '#!/bin/sh'     > /usr/sbin/policy-rc.d &&   echo 'exit 101'     >> /usr/sbin/policy-rc.d &&   chmod +x     /usr/sbin/policy-rc.d &&   dpkg-divert --local --rename --add /sbin/initctl &&   cp -a     /usr/sbin/policy-rc.d     /sbin/initctl &&   sed -i     's/^exit.*/exit 0/'     /sbin/initctl &&   echo 'force-unsafe-io'     > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup &&   echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     > /etc/apt/apt.conf.d/docker-clean &&   echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Acquire::Languages "none";'     > /etc/apt/apt.conf.d/docker-no-languages &&   echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";'     > /etc/apt/apt.conf.d/docker-gzip-indexes &&   echo 'Apt::AutoRemove::SuggestsImportant "false";'     > /etc/apt/apt.conf.d/docker-autoremove-suggests &&   mkdir -p /run/systemd &&   echo 'docker'     > /run/systemd/container &&   echo "**** install apt-utils and locales ****" &&   apt-get update &&   apt-get upgrade -y &&   apt-get install -y     apt-utils     locales &&   echo "**** install packages ****" &&   apt-get install -y     catatonit     cron     curl     gnupg     jq     netcat-openbsd     systemd-standalone-sysusers     tzdata &&   echo "**** generate locale ****" &&   locale-gen en_US.UTF-8 &&   echo "**** create abc user and make our folders ****" &&   useradd -u 911 -U -d /config -s /bin/false abc &&   usermod -G users abc &&   mkdir -p     /app     /config     /defaults     /lsiopy &&   echo "**** cleanup ****" &&   userdel ubuntu &&   apt-get autoremove &&   apt-get clean &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/*     /var/log/* # buildkit
                        
# 2025-06-11 07:38:26  884.00B 复制新文件或目录到容器中
COPY sources.list.arm /etc/apt/sources.list # buildkit
                        
# 2025-06-11 07:38:26  0.00B 设置环境变量 HOME LANGUAGE LANG TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-06-11 07:38:26  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-06-11 07:38:26  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-06-11 07:38:26  4.18KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
                        
# 2025-06-11 07:38:26  31.11KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-06-11 07:38:26  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-06-11 07:38:26  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 77608682-ls40 Build-date:- 2025-06-10T23:36:39+00:00
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG VERSION=77608682-ls40
                        
# 2025-06-11 07:38:26  0.00B 定义构建参数
ARG BUILD_DATE=2025-06-10T23:36:39+00:00
                        
# 2025-06-11 07:38:24  110.21MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:ab3bbf0b66e9115044aaedeaffafb6b7362c9f9532d817f4c86a49f93c989c27",
    "RepoTags": [
        "linuxserver/webtop:ubuntu-xfce",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop:ubuntu-xfce-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/webtop@sha256:c9e610f8369fd1723ce3857d11c5a3f6d54b233fedb57aa34dac5fcbf4b693d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-24T04:33:42.260588956Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {},
            "3001/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/config",
            "LANGUAGE=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "DISPLAY=:1",
            "PERL5LIB=/usr/local/bin",
            "START_DOCKER=true",
            "PULSE_RUNTIME_PATH=/defaults",
            "SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so",
            "NVIDIA_DRIVER_CAPABILITIES=all",
            "DISABLE_ZINK=false",
            "TITLE=Ubuntu XFCE",
            "LSIO_FIRST_PARTY=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- b77e3d45-ls216 Build-date:- 2025-06-24T04:29:08+00:00",
            "maintainer": "thelamer",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-06-24T04:29:08+00:00",
            "org.opencontainers.image.description": "webtop image by linuxserver.io",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-webtop",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "188825ea0230eeac5ecca3f191d7cb03df84e121",
            "org.opencontainers.image.revision": "188825ea0230eeac5ecca3f191d7cb03df84e121",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-webtop",
            "org.opencontainers.image.title": "Webtop",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-webtop/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "b77e3d45-ls216"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 2809779573,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e6c132e9679b673b81c2118cac07884a39551d9572c96b59c771446efcdb87c9/diff:/var/lib/docker/overlay2/62719ed889ee5bf48510f636258cc5c800583a762550572f64a5802282d04c11/diff:/var/lib/docker/overlay2/f7491b84b09833346e8375e3be33c3df9bf51c39e51187cfb2ffd90cb50315c0/diff:/var/lib/docker/overlay2/912c7a165247be218e5dfd80a60c91c72f5b92f2f0fddaf063076972525633b4/diff:/var/lib/docker/overlay2/ed2b11abe607888c3b1f8b5473f57b7dab3ed3b946e861224d64dded44feae35/diff:/var/lib/docker/overlay2/b353942b98e7f85103eed7e844f2a9f05a2c40f2c99316edd71e95585c98531d/diff:/var/lib/docker/overlay2/5e0831b82173ff4bf08641937b0e7ff41bb0ec9005ddeb6c63a3b4c63692e30a/diff:/var/lib/docker/overlay2/df5c99e9fb37c96db995f7f002b7c6e656ebf1f60705d2e7cbb633557652824e/diff:/var/lib/docker/overlay2/42637c90e751c2f07c403b404592c9195283df6873d2f44aaeae9fcf8381f200/diff:/var/lib/docker/overlay2/a78385525efe5a8b9291bfa6e6dbc883ae0cf6006c61dd9a8f8d123755c4b061/diff:/var/lib/docker/overlay2/e24f6536a26637d50a2df9e264440cb847724164aafa38abb4806f98d352ce9b/diff:/var/lib/docker/overlay2/2696358716fb16ff62081befc72bd00b014a2f22cf23ab81cb5442ee61cfd378/diff",
            "MergedDir": "/var/lib/docker/overlay2/1f11c4f4093b69515e624766dbc00f5929abf8c1e9b2454d269f9772637d501e/merged",
            "UpperDir": "/var/lib/docker/overlay2/1f11c4f4093b69515e624766dbc00f5929abf8c1e9b2454d269f9772637d501e/diff",
            "WorkDir": "/var/lib/docker/overlay2/1f11c4f4093b69515e624766dbc00f5929abf8c1e9b2454d269f9772637d501e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c344c5eb6b36d19ff0af4c551b08209228a14d69b7ae7ab9c25ac21cae28cf80",
            "sha256:9fb3fcee28a57a2dfecee72ed9e6cd097fb0c2acbed64277d8829e41da7c19c7",
            "sha256:1bcdcf4cb4c74e8bbbc9f8903f98732217b55fc923ac0700c25cc4ee4b05a06e",
            "sha256:64dc411e93a54b829aa4ed1cae98d94f3c4f825d93be66d940f101dabe5c9e16",
            "sha256:5067cdc0ebe3fc2dad89fd5186677f06945b8e66e8ea4b27219a99f93d4a655b",
            "sha256:9ef10311c5341471b59e1cd1081abca8d0be7338e9fc2c5d927a29d0ce3eed31",
            "sha256:e4c399b7f901aa4ec4c2852bca80693e2b8ced888b99a1006c43fe616902c58d",
            "sha256:e6773a95261e3d082d52a1af996bbd8de11fe5dc65d972fb1ad19409f8768c45",
            "sha256:7b20561a060b1e7bc76f03c672e0df941d6107cb3152ff6c7ddc0953312cf8dc",
            "sha256:82188ee14b626e46ef8d89069bc504aea760225f9f1898c20e1f22183546956f",
            "sha256:48b17981d5430c33551d70c6d0d55fc917bbde7e51092e6b7ad8a4f621f0c991",
            "sha256:f741fabee74d65a76e5c82d49c3640ef4a58ce8676b2786e27d16928212a70e1",
            "sha256:1b90a417a467505666db1d002e13e49adbb6f2dbd2cd3707d4ed3a88e587224c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-26T03:19:11.295615603+08:00"
    }
}

更多版本

docker.io/linuxserver/webtop:debian-xfce

linux/amd64 docker.io2.89GB2024-10-11 15:18
302

docker.io/linuxserver/webtop:latest

linux/amd64 docker.io2.09GB2025-01-24 14:12
240

docker.io/linuxserver/webtop:ubuntu-xfce

linux/amd64 docker.io2.87GB2025-06-26 03:15
98

docker.io/linuxserver/webtop:ubuntu-xfce

linux/arm64 docker.io2.81GB2025-06-26 03:21
73