You are not logged in.
Hi there,
I am wondering if there are available for Devuan, besides CHROOT, other technologies closer to the BSD JAILS or NSPAWN provided by Systemd, thanks! 🙏
Last edited by Danielsan (2023-02-27 06:31:31)
Offline
Looks like systemd-nspawn is a wrapper around the kernel namespaces feature.
Linux namespaces do NOT require systemd to use.
3.1415P265E589T932E846R64338
Offline
Looks like systemd-nspawn is a wrapper around the kernel namespaces feature.
Linux namespaces do NOT require systemd to use.
Thank you for the head-up, your suggestion landed me on this old article:
https://lwn.net/Articles/531114/
I think they had better to rename the project from SYSTEMD to SYSTEMNIH...
😂
Last edited by Danielsan (2023-02-27 16:11:03)
Offline
You might want to look at overlay-boot from devuan/experimental for light-weight container-like hosts using linux namespaces. I.e. sharing the kernel by virtual hosts. (Source at https://git.devuan.org/devuan/overlay-boot)
I'm also exploring user-mode-linux for non-root pseudo-virtualization; separate kernels on the host's hardware (not virtualized). This includes the variant where the VM file system is a host directory. (see https://git.devuan.org/rrq/umlvm)
Online
You might want to look at overlay-boot from devuan/experimental for light-weight container-like hosts using linux namespaces. I.e. sharing the kernel by virtual hosts. (Source at https://git.devuan.org/devuan/overlay-boot)
I'm also exploring user-mode-linux for non-root pseudo-virtualization; separate kernels on the host's hardware (not virtualized). This includes the variant where the VM file system is a host directory. (see https://git.devuan.org/rrq/umlvm)
Thank you because, I read several article about the topics and namespaces aren't meant to persistent, also are pretty trickery and require knowledge that I miss completely.
Last edited by Danielsan (2023-02-28 03:44:07)
Offline
Too complicated this as well, didn't understand anything… 😵💫
Offline
Yes, everything is complicated in its particulars. That's why it's fun to learn stuff.
Online
Firejail?
Offline