Page 1 of 1

[docker] Check license status

Posted: 12 Dec 2020, 10:48
by tresi
Hello,

I am trying to build my own docker container with a few applications and therefore I have to test a lot.

Is it a problem if I activate the license thousand times a day or is there a possibility to check the current status to run the activation process only if not activated yet?

Kind regards
tresi

Re: Check license status

Posted: 12 Dec 2020, 11:53
by rednoah
If you wipe all drives (from the point of view of the container) after running FileBot each and every time, then FileBot will think it's running for the first time each and every time:
viewtopic.php?t=9594


:arrow: docker is perfectly capable of providing persistent storage to containerized applications, but you as the docker user have a little bit of responsibility in this regard:
https://www.filebot.net/linux/docker.html

Code: Select all

docker ... -v data:/data