rednoah/filebot:watcher and license file

Support for Ubuntu and other Desktop Linux distributions
Post Reply
fullofstars
Posts: 2
Joined: 27 Sep 2018, 04:15

rednoah/filebot:watcher and license file

Post by fullofstars »

How do you get the license file into the filebot:watcher docker image? Can the license be mounted somewhere?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: rednoah/filebot:watcher and license file

Post by rednoah »

You'll have to call filebot --license /path/to/license from within the docker once. The /path/to/license has to be accessible from within the docker contains as well.

e.g.

Code: Select all

docker run -it -v $PWD:/volume1 -v data:/data rednoah/filebot --license /volume1/P1234567.psm
The license will then be stored in -v data:/data which is the persistent app data folder common to all FileBot containers, and thus it'll be valid for the filebot watcher container as well.
:idea: Please read the FAQ and How to Request Help.
fullofstars
Posts: 2
Joined: 27 Sep 2018, 04:15

Re: rednoah/filebot:watcher and license file

Post by fullofstars »

That worked. Thanks!
Post Reply