resilio sync docker image for Raspberry Pi
10K+
steal from official resilio Dockerfile, just replace with base image
base image: hypriot/rpi-alpine-scratch:v3.4
mkdir -p $HOME/sync/share &&
docker run -d --name Sync \
-p 8888:8888 -p 55555 \
-v $HOME/sync/share:/mnt/sync \
yangxuan8282/rpi-resilio-sync
then visit http://raspberrypi:8888 (or replace raspberrypi with your hostname) to setup
Content type
Image
Digest
Size
16.9 MB
Last updated
over 8 years ago
docker pull yangxuan8282/rpi-resilio-sync