An open API service indexing awesome lists of open source software.

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

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
```