Created
September 25, 2015 02:38
-
-
Save papertigers/b7e84be682ac78a4ac9d to your computer and use it in GitHub Desktop.
Bittorrent Sync on Trition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker run --name btsync-storage -v /mnt/sync -m 2G alpine date | |
| $ docker run -d --name Sync -p 8888 --volumes-from btsync-storage --restart on-failure bittorrent/sync |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be clear on whats going on here: https://www.joyent.com/developers/triton-faq
Triton gives you docker containers on baremetal with exclusive IP stacks. So now bittorrent sync is running in the cloud with its own public IP. Oh yeah and its also on top of ZFS ;)