Open jandubois opened 1 month ago
I've only created this issue because I want to close https://github.com/lima-vm/alpine-lima/issues/77.
I'm not sure if we care about supporting containerd.system: true
for Alpine (although the code would then also work for the regular non-ISO image.
I'm also fine with closing this issue and leaving it to the user to install additional packages via provisioning scripts.
I'm also fine with closing this issue and leaving it to the user to install additional packages via provisioning scripts.
That is OK with me, the original issue was only to split the installation in the ISO into the same three components...
I think the nerdctl containerd-rootless-setuptool.sh
script had some issues, when trying to run it outside of systemd.
containerd-rootless-setuptool.sh
is dedicated for systemd, but containerd-rootless.sh
should work without it
(haven't tried with Alpine)
Will make a separate PR to make the setuid chmod optional, to require using
sudo
withnerdctl
...Originally posted by @afbjorklund in https://github.com/lima-vm/alpine-lima/issues/77#issuecomment-1357393401