Skip to content

tobiasfiechter/docker-armhf-resilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resilio Sync Docker image for the Raspberry Pi with Resins cross build!

pull & RUN

docker pull cyberto/docker-armhf-resilio
mkdir -p $HOME/sync/share &&
docker run -d --name Sync \
  -p 8888:8888 -p 55555 \
  -v $HOME/sync/share:/mnt/sync \
  --restart on-failure \
  cyberto/docker-armhf-resilio

then visit http://raspberrypi.local:8888 (on Windows without Zeroconf replace raspberrypi.local with the hostname or IP of your Raspberry Pi) to setup

About

Provides a Docker Image for Resilio Sync.

Resources

Stars

Watchers

Forks

Packages

No packages published