@scottjenson
So the thing to keep in mind about Docker, and containerization in general, is that it is really meant as a way to isolate a process from the underlying system.
Everything the process needs, including libraries, needs to be in your container or mounted when you instantiate it.
Next, anything that talks to the process from outside needs to be pointed at the right end point on your Docker host.
90% of Docker issues are in those two areas.
@nikatjef thank you, that makes total sense. It's just that services like casaOS make it particularly easy for novice people like me to dabble with things like this and it's a good example of playing with fire.
I didn't mean to throw shade on docker, I was more throwing shade on my poor understanding of how it works.
My #ux suggestion is that #casaOS should provide some type of guidance for images that would not do well such as ollama or home assistant.