Transmission-create from within docker/portainer

Discussion of Transmission that doesn't fit in the other categories
Post Reply
Jonyskids
Posts: 1
Joined: Wed Mar 06, 2024 8:56 pm

Transmission-create from within docker/portainer

Post by Jonyskids »

I have docker with a transmission container. (Consider me in the learning phase. Although I never leave that phase.)

From within the console of the container in Portainer I run:

transmission-create -o ~/uploads/My_Book.torrent -p -t <announce_url> ~/books/My_Book.epub

The response I get:

Creating torrent “root/upload/My_Book.torrent”
ERROR: Cannot find specified input file or directory.

I have also run:

transmission-create -o /uploads/My_Book.torrent -p -t <announce_url> /books/My_Book.epub

Same results.

I am uncertain how to manage the files paths? (In the compose file for transmission I declare /uploads & /books locations.

I am very open to suggestions and education.
Post Reply