Sorry I missed those docs. But it turns out I don't completely understand them anyway.
I ran your example, substituting my data path, but I'm sorry to say I don't understand what "$PWD:/volume1" refers to. So I left it out, and it "worked", but I don't know what I've done. I expected a volume to point to a configuration directory, perhaps that's what that is about, and by not supplying it a default one was built and referenced?
On my system, the existing FileBot container has these volumes:
Also, isn't this instantiating an entirely new container rather than using the one I've installed with Portainer? It's okay if it is, I just need to better understand if you don't mind a little more hand holding.
Code: Select all
root@omv:~# docker run --rm -it -v "/srv/mergerfs/mergerfs/Movies_Not_Shared:/storage" rednoah/filebot -script fn:sysinfo
Unable to find image 'rednoah/filebot:latest' locally
latest: Pulling from rednoah/filebot
857cc8cb19c0: Pull complete
2705fd8a634e: Pull complete
f55d51f0a4b6: Pull complete
ed3f765c6a57: Pull complete
Digest: sha256:5ab7b7c547b21ef2f2c9c3660ea49d27018d1c422122866946a1389af616364d
Status: Downloaded newer image for rednoah/filebot:latest
--------------------------------------------------------------------------------
Hello! Do you need help Getting Started?
# FAQ
https://www.filebot.net/linux/docker.html
# Read License Key from Console
docker run --rm -it -v data:/data -e PUID=1000 -e PGID=1000 rednoah/filebot --license
--------------------------------------------------------------------------------
# env
USER=filebot(1000)
HOME=/data/filebot
Initialize Cache folder: /data/filebot/cache
Initialize Logs folder: /data/filebot/logs
Initialize new disk cache: /data/filebot/cache/0
Sep 26, 2024 11:50:46 AM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
FileBot 5.1.5 (r10380)
JNA Native: 6.1.1
MediaInfo: 21.09
Tools: fpcalc/1.5.1 7z/16.02 unrar/6.11 mkvpropedit/65.0.0 AtomicParsley/8
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2024-09-10 (r980)
Groovy: 4.0.21
JRE: OpenJDK Runtime Environment 21.0.4
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 2.0 GB Max Memory / 44 MB Used Memory
OS: Linux (amd64)
HW: Linux 75c3eba3bd8f 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 x86_64 x86_64 GNU/Linux
CPU/MEM: : 12th Gen Intel(R) Core(TM) i3-12100 / MemTotal: 8 GB / MemFree: 128 MB / MemAvailable: 6 GB / SwapCached: 25 MB / SwapTotal: 1.0 GB / SwapFree: 22 MB
STORAGE: overlay [/] @ 199 GB | fuse.mergerfs [/storage] @ 9 TB
UID/GID: uid=1000(filebot) gid=1000(filebot) groups=1000(filebot)
DATA: /data/filebot
Package: DOCKER
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
root@omv:
Finally, I think I'm pulling a different image than I've used in Portainer. I thought the one I was using was official, but perhaps not?
Portainer: jlesage/filebot:latest
Cmd line: rednoah/filebot
Sorry for so many questions! Thanks in advance.