This repository contains the Dockerfile and the configuration file of BitTorrent Sync for Docker. View it on the Docker Registry!
docker run -d -p 55555:55555 -v /opt/data:/data -e "SECRET=1234567890" inanimate/btsync
Or, you can define a different directory entirely, nice for volumes-from another container:
docker run -d -p 55555:55555 --volumes-from ghost -e "SYNC_DIR=/ghost/content" -e "SECRET=1234567890" inanimate/btsync
Note that the Web UI is disabled in the config file. If you do not specify the SYNC_DIR variable,
/datais used by default. If you do not specify the SECRET env variable, a new one will be generated.
Content type
Image
Digest
sha256:a6b161d14…
Size
70.7 MB
Last updated
almost 11 years ago
docker pull inanimate/btsync