-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kodi docker with LibreElec or Alpine image? #7
Comments
Thanks for your suggestion. I love Alpine prefer to use it whenever possible. The only reason I went with Ubuntu thus far was because Kodi offered off-the-shelf support/docs for it and I was looking to minimize obstacles in getting it all to work. That said, Alpine offers a Kodi package, so fingers-crossed it would be easy to just use that instead. Worst case scenario, would could always try to build Kodi from source on an Alpine image. I'll start to work on this and report updates here. But if you have any tips, insights, or suggestions please feel free to share! |
Eric, Hi from Toronto and thanks for keeping up your good work. Edit: Never mind. I believe that the task below can be accomplished by pulling an Alpine- Docker arm64 base image on top of LibreElec, and then adding router packages like dnsmasq to it with some entry points.Unfortunately I am a total noob here looking for solutions myself ! So maybe you can help me here, actually 👺👺 I am looking to run network router functions along with a lightweight Kodi distro like LibreElec which does run docker on top of it. My target is arm64, i.e. , a generic s905/w Android Box with 1 GB RAM and 8 GB flash. https://forum.libreelec.tv/thread/6721-linuxserver-io-docker-addons-and-general-docker-info/ https://cwilko.github.io/home%20automation/2017/02/28/Raspberry-Pi-Home-Server.html It turns out that instead of going through the pain of configuring an OpenWrt docker Alpine container, I might be able to install OpenWrt and dnsmasq- et al on Alpine, in a container since Alpine too is a router distro: apk install dnsmasq https://thenewstack.io/alpine-linux-heart-docker/ So: How do I accomplish that, any pointers? Will I need to compile something, any links? Can you app install packages on Alpine based container at run time? Cheers, |
Eric, Just browsed through your links- will study the Kodi source but later, but unluckily for me, the Alpine Kodi package is for x86 not arm64 😈
Of course a different package for arm64 would be needed.
Does this mean the Alpine-Kodi x86 package is a JeOS alt to LibreElec-Kodi? That would be something...anything missing here compared with LibreElec?
Then it would be a very efficient (multi) instance Kodi system whereby you eliminate the need for recompiling for additional packages and killing/creating containers every time you want to tweak the system. |
Any idea what this is? |
I would suggest to keep the current base image. Alpine only has the kodi package itself basically, and nearly no addons. Like games, iptv etc. See https://pkgs.alpinelinux.org/packages?name=kodi*. And using prebuilts by Kodi team is for sure one of the best options. |
Looks good...routed from your April 2018 post on Kodi forums.
But Ubuntu/other main distros docker images are huge, e.g , 120 MB for Ubuntu base.
How about using LibreElec or Alpine base ( 4MB)?
https://nickjanetakis.com/blog/the-3-biggest-wins-when-using-alpine-as-a-base-docker-image
The text was updated successfully, but these errors were encountered: