ipMagnet allows you to quickly check what adresses your BT client is handing out to its Trackers.
7.0K
This image is derived from sgtsquiggs/alpine.nginx.
ipMagnet allows you to quickly check what adresses your BitTorrent client is handing out to its Trackers.
docker run \
--name=ipmagnet \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 80:80 \
sgtsquiggs/ipmagnet
-p 80:80 external port 80 mapping to internal port 80-v <path>:/config where configuation files are stored.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)-e PUBLIC_URL=<url> publicly accessable url. Needs trailing slash! Defaults to http://localhost:80/Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
30.1 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/ipmagnet