Setting for docker in Synology

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
gusestrella
Posts: 1
Joined: 13 Apr 2019, 20:05

Setting for docker in Synology

Post by gusestrella »

Trying to test as a docker under synology. However, unsure what setting to define for as well as then how to update the config file or execure it on an ongoing bases.

The variabels think should be -

1. Volumes - I think I need /input (where will retrieve files), /output (place fixed files) and /data (for saving config file)
2. Ports - Unsure if should define any ?
3. Environment Vars - I based on other docker define TZ, also have USER_ID and GROUP_ID

However, unsure

I am unable to find any info or any aidea how to go about this. Any help would be appreciate it.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Setting for docker in Synology

Post by rednoah »

1.
Here's all you need to know about:
https://hub.docker.com/r/rednoah/filebot/

The filebot docker container works exactly like the filebot command-line tool as it merely wraps filebot in a container image:
https://www.filebot.net/cli.html


2.
If you're using Synology DSM, then I recommend just using the official FileBot Synology repository to install FileBot.
:idea: Please read the FAQ and How to Request Help.
Post Reply