I am planning to install true nas scale. Pls advise if docker application is available to be installed. If not how can this be archived to connect to cloudfare tunnels for remote access.
The jailmaker disclaimer is really irrelevant. Itâs open source.
Whatâs more important is IXâs disclaimer
Itâs an official advanced feature. The core feature is not going away. They wonât âsupportâ it. Which is not actually 100% true, as iX themselves have made tutorials using jailmaker, and are testing gpu support using jailmaker. And accepting PRs/bug reports against TNS for issues triggered by jailmaker.
Having said that, I think @Jip-Hop could probably tone down the last part of the disclaimer
Although it is correct, IX Systems does not provide technical support for the Jailmaker script.
Nor any other community provided script for TrueNAS.
I wouldnât call that irrelevant. A software update could render it unusable/unstable, letâs say a worst case like sort of happened with ZFS/kernel changes in Dragonfish. I understand itâs not going away, but, my question is what effort would IX provide to fix it? What if the issue is an incompatibility and the open source needs fixed, who might fix it? That is not a concern for many larger open source projects. It can definitely be the case for smaller projects or abandonware. Heck, what if a new version of the underlying linux code breaks it?
I am not bashing it. I am just curious as to where it really stands as far as support. I see the guy providing a lot of help to people which is admirable. But what if he gets tired of it, i.e. burn out? There are still changes to the code and fixes being made as long as he is around.
Yeah, itâs kind of we wonât support it, but, weâll accommodate it, lol. I realize itâs a good thing coming from the Core guys. But itâs a divergent path too. Why should IX invest in Eel and docker related UI stuff if people are not using it due to jails and rolling their own?
Just curious how this fits in really more than anything. I am always glad to see new options. I guess Iâd like to see a clearer policy regarding it, and, perhaps the tone down you mentioned. But factual too.
One month ago, deploying Helm charts from TrueCharts looked like a good, supported, ideaâŚ
I suppose that thereâs no guarantee that iX will not break jailmaker, or remove nspawn, in a future release. But doing so would irrate a lot more people than the k3s removal.
And even if I were to stop working on jailmaker, and TrueNAS hasnât yet come around to implementing a Sandboxes management feature, youâd still be able to run your jails as long as systemd-nspawn is installed on the system.
You donât even need the jailmaker script at all to run jails, itâs just a convenience wrapper script around systemd-nspawn and related commands. In fact, once youâve setup your jails you might as well remove jlmkr.py completely and just use systemd-nspawn directly to start your jail. Thatâs why jlmkr.py prints the command it uses to start the jail:
Starting jail {jail_name} with the following command:
Well, youâll forgive me for skepticism, in the same post you link to, they were talking about Kubernetes too and we know where that went.
I suspect though that nspawn will endure. Itâs been around a while, they have incentive to keep it (esp Core users). The systemd haters here donât have to use it I suppose.
The question will be, how many folks will adopt it and does that conflict with IX development of native docker compose or not. I am guessing the more basic users will want to simply use the UI on new systems to run their containers. But weâll see how it shakes out. Already been questions on reddit about this.
The combination of Sandboxes and Apps was deliberately chosen for the long-term.
Sandboxes provides a jails-like environmentâŚalmost lightweight VMs with good access to the ZFS file system. It can run a whole Kubernetes instance or Docker instance. The user has to administer that environment. TrueNAS helps administer the environment, but not the internal applications.
The Apps environment provides point and click applications that are easier for users to start, configure and operate.
Both can be run on the same system, but they are independent islands. They can be connected via networking, but it will be like connecting to another machine.
VMs are also independent.
Why support all three? - we have a diverse user and customer base.
We donât really care whether users use Apps or Sandboxes⌠we just want a happy TrueNAS community with successful outcomes.
However, we donât want to provide Apps functionality on Sandboxes⌠or visa-versa. So, select your tools based on their missions.