Sign inSign up

misi/bittorrent-tracker

By misi

•Updated about 5 years ago

Node Docker image containing Feross Aboukhadijeh's BitTorrent tracker

Image
0

234

misi/bittorrent-tracker repository overview

⁠BitTorrent Tracker Build Status Dependency Status

Node.js Docker image containing a BitTorrent tracker⁠. The Node service is using Feross Aboukhadijeh's excellent bittorrent-tracker⁠ library.

Besides HTTP and UDP the tracker also supports WebSockets.

⁠Usage

docker run --rm -i -t henkel/bittorrent-tracker:latest

By default port 8000 is exposed. In order to run a detached tracker at port 8100, just call

docker run --name bittorrent-tracker -d -p 8100:8000 henkel/bittorrent-tracker:latest

⁠Updating

The container is stateless and you can easily update to the latest version at any time:

docker stop bittorrent-tracker
docker rm bittorrent-tracker
docker pull henkel/bittorrent-tracker:latest

Follow the usage instructions to re-start the service.

⁠License

Copyright (C) 2016 Philipp Henkel

Licensed under the MIT License (MIT). See LICENSE file for more details.

Tag summary

Content type

Image

Digest

Size

40.7 MB

Last updated

about 5 years ago

docker pull misi/bittorrent-tracker