docker.io/linuxserver/resilio-sync:latest linux/amd64

docker.io/linuxserver/resilio-sync:latest - 国内下载镜像源 浏览次数:6 安全受验证的发布者-linuxserver

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

这是一个来自LinuxServer.io的Resilio Sync容器镜像。Resilio Sync (以前称为BitTorrent Sync) 是一款用于文件同步和共享的应用程序。这个Docker镜像提供了一种方便的方式来运行Resilio Sync,而无需在主机系统上直接安装它。

源镜像 docker.io/linuxserver/resilio-sync:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest
镜像ID sha256:6a26655ed4fcae97ff04c9893f35a3723d7d02cdda86ff38cb74276f1c7156dc
镜像TAG latest
大小 149.53MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 6 次
贡献者
镜像创建 2025-06-16T23:35:43.342680115Z
同步时间 2025-06-29 21:29
更新时间 2025-06-30 05:39
开放端口
55555/tcp 8888/tcp
目录挂载
/config /sync
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 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 LSIO_FIRST_PARTY=true
镜像标签
Linuxserver.io version:- 3.0.3.1065-1-ls214 Build-date:- 2025-06-16T23:34:09+00:00: build_version thelamer: maintainer linuxserver.io: org.opencontainers.image.authors 2025-06-16T23:34:09+00:00: org.opencontainers.image.created [Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-resilio-sync: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses c7980240ef52aa33df5019c34d8e0b85d61bde73: org.opencontainers.image.ref.name c7980240ef52aa33df5019c34d8e0b85d61bde73: org.opencontainers.image.revision https://github.com/linuxserver/docker-resilio-sync: org.opencontainers.image.source Resilio-sync: org.opencontainers.image.title https://github.com/linuxserver/docker-resilio-sync/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor 3.0.3.1065-1-ls214: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest  docker.io/linuxserver/resilio-sync:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest  docker.io/linuxserver/resilio-sync:latest

Shell快速替换命令

sed -i 's#linuxserver/resilio-sync:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-17 07:35:43  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config /sync]
                        
# 2025-06-17 07:35:43  0.00B 声明容器运行时监听的端口
EXPOSE map[55555/tcp:{} 8888/tcp:{}]
                        
# 2025-06-17 07:35:43  875.00B 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-06-17 07:35:43  25.56MB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2025-06-16T23:34:09+00:00 VERSION=3.0.3.1065-1-ls214 SYNC_VERSION=3.0.3.1065-1 /bin/sh -c echo "**** install resilio-sync ****" &&   if [ -z ${SYNC_VERSION+x} ]; then     SYNC_VERSION=$(curl -sX GET https://linux-packages.resilio.com/resilio-sync/deb/dists/resilio-sync/non-free/binary-amd64/Packages |grep -A 7 -m 1 'Package: resilio-sync' | awk -F ': ' '/Version/{print $2;exit}');   fi &&   curl -fsSL https://linux-packages.resilio.com/resilio-sync/key.asc | tee /usr/share/keyrings/resilio-sync.asc >/dev/null &&   echo "deb [aarch=amd64 signed-by=/usr/share/keyrings/resilio-sync.asc] https://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" > /etc/apt/sources.list.d/resilio-sync.list &&   apt-get update &&   apt-get install -y --no-install-recommends     "resilio-sync=${SYNC_VERSION}" &&   printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version &&   echo "**** cleanup ****" &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/*     /var/log/* # buildkit
                        
# 2025-06-17 07:35:43  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-06-17 07:35:43  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 3.0.3.1065-1-ls214 Build-date:- 2025-06-16T23:34:09+00:00
                        
# 2025-06-17 07:35:43  0.00B 定义构建参数
ARG SYNC_VERSION=3.0.3.1065-1
                        
# 2025-06-17 07:35:43  0.00B 定义构建参数
ARG VERSION=3.0.3.1065-1-ls214
                        
# 2025-06-17 07:35:43  0.00B 定义构建参数
ARG BUILD_DATE=2025-06-16T23:34:09+00:00
                        
# 2025-06-17 07:35:43  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-06-11 07:38:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-06-11 07:38:26  9.44KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-06-11 07:38:26  40.82MB 执行命令并创建新的镜像层
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:03  836.00B 复制新文件或目录到容器中
COPY sources.list /etc/apt/ # buildkit
                        
# 2025-06-11 07:38:03  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:03  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-06-11 07:38:03  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:03  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:03  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:03  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:03  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-06-11 07:38:03  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 77608682-ls40 Build-date:- 2025-06-10T23:36:39+00:00
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG VERSION=77608682-ls40
                        
# 2025-06-11 07:38:03  0.00B 定义构建参数
ARG BUILD_DATE=2025-06-10T23:36:39+00:00
                        
# 2025-06-11 07:38:03  83.11MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:6a26655ed4fcae97ff04c9893f35a3723d7d02cdda86ff38cb74276f1c7156dc",
    "RepoTags": [
        "linuxserver/resilio-sync:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync:latest"
    ],
    "RepoDigests": [
        "linuxserver/resilio-sync@sha256:58bfa4a256ee930212c20601d4aacf86cbde675dd372478ad92b36c253fa5dea",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/resilio-sync@sha256:e32212e10d3f75d0cba867f9d573af2fafbeadd69f88ecb02c9a1811498be31d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-16T23:35:43.342680115Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "55555/tcp": {},
            "8888/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "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",
            "LSIO_FIRST_PARTY=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {},
            "/sync": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 3.0.3.1065-1-ls214 Build-date:- 2025-06-16T23:34:09+00:00",
            "maintainer": "thelamer",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-06-16T23:34:09+00:00",
            "org.opencontainers.image.description": "[Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-resilio-sync",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "c7980240ef52aa33df5019c34d8e0b85d61bde73",
            "org.opencontainers.image.revision": "c7980240ef52aa33df5019c34d8e0b85d61bde73",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-resilio-sync",
            "org.opencontainers.image.title": "Resilio-sync",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-resilio-sync/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "3.0.3.1065-1-ls214"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 149530641,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/836a765560bc01ff217c23b2292e3cf23e6a3e3956224ddb835ba937932ad3c4/diff:/var/lib/docker/overlay2/dca062c719c2067045e33b6e6d0c75b3c2b023b4d9c12b35daef06890709929b/diff:/var/lib/docker/overlay2/024b697b736855768ca7fd12f5bdd600663428ba67e7e90c799c816845a6ce9c/diff:/var/lib/docker/overlay2/8153a755779fca7d5a489d02cfebae005dc415e0bcfbee48066f46ae490f5ccb/diff:/var/lib/docker/overlay2/39b11e372db3f2233a0e527d9f89565f014cc78c3b6ef4683924ab020642a843/diff:/var/lib/docker/overlay2/ba0c048e6b32f2835a8a7c63b68fc2d069f7f73a42ee9a44d6f649f368f519ef/diff:/var/lib/docker/overlay2/e3dfdac4a3f408597d82d46fdabcbe4ee645ca8872eacd75154240fa437c509c/diff:/var/lib/docker/overlay2/9ed4b1bcf37f8b42e67598ec8560c9f04c5cc968313df26fe05ba659bfdeb334/diff:/var/lib/docker/overlay2/e27f6344d8131686868bb0547e38a984259719091be105b5321d774f39045836/diff",
            "MergedDir": "/var/lib/docker/overlay2/7f5a5b596bd7b84c2b63a8b69fc2fcd2b7399a93fd914e8cb56d00156346bebc/merged",
            "UpperDir": "/var/lib/docker/overlay2/7f5a5b596bd7b84c2b63a8b69fc2fcd2b7399a93fd914e8cb56d00156346bebc/diff",
            "WorkDir": "/var/lib/docker/overlay2/7f5a5b596bd7b84c2b63a8b69fc2fcd2b7399a93fd914e8cb56d00156346bebc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:498461f8fd4588627c67a49158addc262859d8bc747adcc747b3062ead9cd7ac",
            "sha256:9fb3fcee28a57a2dfecee72ed9e6cd097fb0c2acbed64277d8829e41da7c19c7",
            "sha256:8f766682d033a0e3421192aaa3cf48e972539a1df796f77c6b275d77d5a96a2e",
            "sha256:7e27805f4c000e0f937977562b93892e5e5a8eb4986d324f278e5c0a3ab6392e",
            "sha256:c9139a779877333d5725f3bc48246e1f48462a49d4f9d550901f59e12ad1e473",
            "sha256:d632de8e1769f04362efb80dbfb0cb76cf939ab0eef4743b188858c6ebe2779f",
            "sha256:1c256752f0f9a6b0cd8b4248e8b1e48f6fa9293bac98c4964470dfb2b347f25b",
            "sha256:5d879e586d3bc59f7e2087e79cf13dea7d14f1dcaf32ec88020fadef950ee979",
            "sha256:fbd56b1319b975a04690ffd5f94cf0c863c724350d91eb77167452ed1424c37c",
            "sha256:ee75e9f1a724192642ec375bb867f5700104d838d6c62bb7722e0d5d3bc2270d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-29T21:29:07.253996983+08:00"
    }
}

更多版本

docker.io/linuxserver/resilio-sync:latest

linux/amd64 docker.io149.53MB2025-06-29 21:29
5