Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Bittorrent Sync Docker image

Image size Docker pulls

Description

Syncing CoreOS directory with Bittorrent Sync.

Usage

On a Docker host

Start the container:

docker run -d -p 55555:55555 --name btsync ncarlier/btsync

On CoreOS

Start the cluster:

fleetctl start btsync@{1..3}.service

Build

Build the image with make.

Use make help to see available commands for this image.