Sign inSign up

yangxuan8282/rpi-resilio-sync

By yangxuan8282

Updated over 8 years ago

resilio sync docker image for Raspberry Pi

Image
3

10K+

yangxuan8282/rpi-resilio-sync repository overview

resilio sync docker for Raspberry Pi

FROM

steal from official resilio Dockerfile, just replace with base image

base image: hypriot/rpi-alpine-scratch:v3.4

RUN
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

Dockerfile

yangxuan8282/rpi-resilio-sync

Tag summary

Content type

Image

Digest

Size

16.9 MB

Last updated

over 8 years ago

docker pull yangxuan8282/rpi-resilio-sync