> A recent concern I have is cgroups. Would there be a limitation when using s6 as the init system for docker or other containers?
I'm not familiar with docker myself, but I don't think the s6-linux-init
package that we ship with artix will work with docker by default. I
believe, after installing the package, you would probably need to run
the s6-linux-init-maker (this is the part of the program that actually
makes init for s6; in Artix we execute this in the install script), but
with the -C option for containers. Of course, replace the newly
generated binaries with the old ones.
More information about the artix-general
mailing list