Skip to content

Instantly share code, notes, and snippets.

@papertigers
Created September 25, 2015 02:38
Show Gist options
  • Select an option

  • Save papertigers/b7e84be682ac78a4ac9d to your computer and use it in GitHub Desktop.

Select an option

Save papertigers/b7e84be682ac78a4ac9d to your computer and use it in GitHub Desktop.
Bittorrent Sync on Trition
$ 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
@papertigers
Copy link
Copy Markdown
Author

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment