Search found 2 matches

by flyingbox
22 Feb 2020, 22:11
Forum: Synology NAS & Embedded Linux
Topic: Docker Package Error Registering License
Replies: 3
Views: 4286

Re: Docker Package Error Registering License

Thank you, you pointed me in the right direction:

$PWD is the current working directory. That's where the *.psm license file is expected. That is mapped as /volume1 inside the container, and then accessed accordingly.

I learned something today :-)
by flyingbox
22 Feb 2020, 21:19
Forum: Synology NAS & Embedded Linux
Topic: Docker Package Error Registering License
Replies: 3
Views: 4286

Docker Package Error Registering License

I've installed the docker package and works so far but when I try to install the license I get the following error: sudo docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot --license /tmp/FileBot_License.psm Error during startup net.filebot.cli.CmdlineException: Invalid License File ...