I have a TrueNAS CORE installation and will need to migrate to SCALE, however doing so during the transition period from Kubernetes to Docker Compose it’s useless.
I remember reading the next version of SCALE will use Docker Compose. Is this correct?
What’s a rough timeline for when the docker compose version will come out?
Should I upgrade CORE to 13.3 (from 13.0) or is the SCALE update coming soon enough that I can skip it?
One other point, the “first” release of any software tends to be less complete or include bugs. (Programming is the process of installing bugs and debugging is the process of making programs work.)
So, if someone wanted a guaranteed functional Docker, then waiting for the version AFTER Electric Eel would be best. (Thus, not version 1 of the new feature.)
Fair point, but docker-compose is not a newly developped software, merely a new inclusion in Electric Eel, so I’d expect that it works fine in .1 or .2 of Electric Eel itself, only allowing for some teething issues.
Yeah, docker compose quite polished. But, the UI that configures it may not be. Or, networking. However, if we can also manually maintain the yaml then less likely to have bad stuff. Docker by itself I don’t think is the issue, it’s other stuff, newer zfs version, newer kernel, etc. where the bugs can come in. I never load the .0 anyway so still won’t.
That is a valid statement,so i might wait.
CORE has a bug that won’t be fixed which causes vms with multiple cores to reach some sort of deadlock status where the only solution is hard rebooting the vm.
It is fixed in the next version of freebsd, but we won’t be getting that one, so I’m already in a buggy situation, hence I’m evaluating
I agree.
What do you mean by sandboxes? I was reading there is jailmaker, then there are VMs, apps and docker compose will be usable in some way that I don’t understand yet.
I’m very familiar with writing compose files (at work I do that a lot), so I was hoping to be able to do that, although “apps” might cover all my home needs with no additional effort.
Amazing, that means I can get native performance and easy mounting by just using dockerge as an app and running a bunch of compose, or just multiple apps (if my usecases are present).
Do you know if it’s possible to use different image providers, or just docker hub?