Any idea how to get back Luci options for docker? They've dissappeared.
Only had one container (JellyFin). Were there then I had a look at different bittorrent clients (Transmission/rTorrent and Aria2) and they went. Probably a coincidence. All torrent clients gone now. Removed Docker Packages. Reinstalled Docker Packages. Started Docker Daemon from CLI and then Pulled jellyfin/jellyfin. From CLI it appears to work but I can't get Luci to have more than that one option, which I tried resetting. As I reinstalled Docker unsuprisingly no containers but listing them seems to work. In fact all CLI seems to work.
incidentally; that's the partition dedicated to docker. I've checked it is mounted.
Do you have luci-app-dockerman installed? Have you cleared your browser cache?
Yes to installed pkg (0.5.13.20241008-r1) and just reset cache. Still only get the configuration option under the Docker tab on Luci. I am thinking maybe adding and deleting the torrent client packages has messed with the Luci config file or something. What do you think?
looking for the relevant config file: not in /etc/config/luci
Do you know where it is?
(incidentally I tried deleting the packages, rebooting reinstalling the packages and rebooting)
There is documentation on the wiki
Maybe this can help?
thanks. I will read on the alternatives to Docker CE. What is odd is that CLI commands all seem to work. It just seems to be Luci.
The top of the Troubleshooting on this page suggests a solution, but I haven't yet got it to work
https://blog.compardre.com/jellyfin-server-openwrt-docker-tutorial/#comment-195nd am up to 10 minutes.
I tried this till 100 minutes. It didn't work.
At least it shows I'm not alone. Think the author just happened to see it return and attributed it to that.
as CLI works was thinking of sending (to replace step 6 in above link):
docker create --name "JellyFin" --pull "always" --restart "yes" --network "host|host" --user "32770:32770" --volume "/home/*****/jellyfin/config:/config" "/home/*****/jellyfin/cache:/cache" "/mnt/nvme0n1p4:/Media" jellyfin/jellyfin
what do you think?
created the above by sending docker create --help