[docker] Check license status

Support for Ubuntu and other Desktop Linux distributions
Post Reply
tresi
Posts: 13
Joined: 30 Jun 2019, 15:51

[docker] Check license status

Post 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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Check license status

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply