Hi,
I've rpi42gb with kod1 18.9 LE 9.2.6 and a non smart tv . After install docker and some inuxserver.io containers, I can find how to start them.
What I miss?
Thks
Hi,
I've rpi42gb with kod1 18.9 LE 9.2.6 and a non smart tv . After install docker and some inuxserver.io containers, I can find how to start them.
What I miss?
Thks
"docker ps" will show you that the installed containers are already running (probably) .. and "docker start|stop" will work too.
Hi,
I've rpi42gb with kod1 18.9 LE 9.2.6 and a non smart tv . After install docker and some inuxserver.io containers, I can find how to start them.
What I miss?
Thks
Linuxserver addons manage the containers via systemd.
See here for more info: LinuxServer.io docker addons and general docker info
Many months ago I wrote this mini tutorial about using docker in LibreELEC / CoreELEC. I'm not an expert, nor is it the best tutorial out there, but maybe it can help someone:
Hi guys, you're been very nice in reply, but I'm a step back of it. I've already searched the forum , found your tutorial elonesna and looked too the LinuxServer.io general docker info.
But now I'm running in circles. The basic question here is: How I access those add-ons direct in gui of kodi in my non smart tv? There is any away to put icons like others add-on to start from ? I need other add-on to run "docker ps" command?
Thks
Docker allows you to install all kinds of applications and services, the most interesting for LibreELEC are those that run headless, that is, without a local graphical environment (VPN servers, tvheadend, syncthing, ...). Applications that need a local graphical environment, for example Chrome, may collide with LibreELEC's graphical environment and may even be impossible to run.
Normal access to docker headless services configuration is via http from another device (and also through others: ftp, ssh, vnc, ...). For example, to access and configure the syncthing service, it will be normal to find it at http://<IP>:8384, the portainer service will be at http://<IP>:9000, the pihole service at http://<IP>:80, the jellyfin service at http://<IP>:8096, etc, where <IP> is the IP address of the LibreELEC device where the service was installed.
Does this clarify your doubts?
Note.- I have installed in LibreELEC a docker service called jellyfin that you may like, it allows sharing through DLNA the entire multimedia library and tvheadend satellite television channels with all the smart TVs in my house. To watch a Kodi addon from LibreELEC on another Smart TV, a player-addon that plays other addons via DLNA or Miracast would be necessary. This does not exist.
Hi guys, you're been very nice in reply, but I'm a step back of it. I've already searched the forum , found your tutorial elonesna and looked too the LinuxServer.io general docker info.
But now I'm running in circles. The basic question here is: How I access those add-ons direct in gui of kodi in my non smart tv? There is any away to put icons like others add-on to start from ? I need other add-on to run "docker ps" command?
Thks
The linuxserver addons are services, they are always running. You don't need to start/stop them. Therefore there is no gui control
Hi,
Sorry for the delay in responding.
I'm not exactly happy with answers, but OK, clarified.
Thank you