Hi,
I’ve been meaning to look at unikernals for a while, finally got around to it.
I thought it might be interesting to fit them into how I tend to use oci containers with podman compose. For example I might use claude to pop up the starting point of a project along with the docker(compose) files and test and run it like that - and then move it to a little minisforum box I have at home.
I also have apps like Plex running in containers with the media lib running on a network drive.
My questions..
-
Am I right in thinking there’s a ‘compose’ type structure you can use like docker-compose files? Haven’t found it in the docs, but could be looking in the wrong place!
-
For more complex apps like Plex, is a unikernal the right thing? Is it possible? I tries the docker-to-pkg functionality but that didn’t work (which I was expecting
)
If it is possible what’s the right way of packaging an app like that?
Thanks