How can I install KODI (Docker version) on Ubuntu Server? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: How can I install KODI (Docker version) on Ubuntu Server? (/showthread.php?tid=375268) |
How can I install KODI (Docker version) on Ubuntu Server? - TurboC - 2023-12-04 On my ubuntu server, I want to configure some services using only theirs docker images, one of them is Kodi. I installed and run it using the following commands: Code: root@server:/home/user# docker pull celedhrim/kodi-server now, from an another PC I tried to get access via HTTP and HTTPS, but it didn't work (for example: https://SERVER_IP:9090). the web page returned me a "connection refused" error. what am I doing wrong? in the "hub docker" there is a guide, but I can't understand the first points. I followed it only from the third point because, to be honest, I really don't understad the first two ones. https://hub.docker.com/r/celedhrim/kodi-server RE: How can I install KODI (Docker version) on Ubuntu Server? - bossanova808 - 2023-12-05 Suggest you look at this Docker instead - well maintained and easy to get going: https://github.com/matthuisman/docker-kodi-headless (The one you're linking to hasn't been updated past Matrix) RE: How can I install KODI (Docker version) on Ubuntu Server? - TurboC - 2023-12-10 can you explain how to install it? I tried to use both docker and podman but none of them worked: Code: root@server:/etc/netplan# sudo docker pull matthuisman/kodi-headless I'm new with docker/podman, .. I stuedied a little bit, and I know how they work but, uff.. Kodi is so hard to implement! I just wanna use Kodi in a container in order to centralize my videos in a single solution (my ubuntu server) and get access remotely. is it possible? |