This repo contains instructions on how to build a docker image that will run BTSync.
This image is available on the Docker registry as nate/btsync:
$ docker pull nate/btsync
There are nearly 50 images in the registry for BTSync already. I looked through several of them before creating this one. Here are the unique features of this image:
$ git clone https://github.com/justone/docker-btsync
$ docker build --rm -t nate/btsync .
This will run with a temporary home directory, so all BTSync configuration and data will be lost when the container is removed:
$ docker run -d -p 8888:8888 -p 55555:55555 nate/btsync
You can specify a host volume and that will be used for BTSync configuration and data.
$ docker run -d -p 8888:8888 -p 55555:55555 -v /host/path:/btsync nate/btsync
Copyright © 2014 Nate Jones
Distributed under the MIT license.
Content type
Image
Digest
sha256:77fe11f4f…
Size
94.1 MB
Last updated
almost 11 years ago
docker pull nate/btsync