https://github.com/trexx/docker-torrserver
A simple container image for TorrServer
https://github.com/trexx/docker-torrserver
container distroless docker dockerfile go kubernetes linux minimal nodejs renovate torrent torrserver
Last synced: 22 days ago
JSON representation
A simple container image for TorrServer
- Host: GitHub
- URL: https://github.com/trexx/docker-torrserver
- Owner: trexx
- Created: 2024-08-26T06:12:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-09T06:03:46.000Z (about 1 month ago)
- Last Synced: 2026-05-09T08:14:56.497Z (about 1 month ago)
- Topics: container, distroless, docker, dockerfile, go, kubernetes, linux, minimal, nodejs, renovate, torrent, torrserver
- Language: Dockerfile
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-torrserver
Torrserver custom image
The artifact generated by this repo can run standalone provided that CA certs are mounted somewhere or using distroless/static.
As an example,
```yaml
spec:
containers:
- name: torrserver
image: gcr.io/distroless/static@sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6
command:
- /app/torrserver
volumeMounts:
- mountPath: /app
name: app
volumes:
- name: app
image:
reference: ghcr.io/trexx/docker-torrserver:141-1
```