Current colima(the VM it provisions) already comes with the stargz-snapshotter preinstalled but not started or configured. To be able to use it one must ssh into the lima VM with colima ssh and configure and start the services. I used following commands to set up config/systemd-services and start them:
Could this be done/configured via a config property in the colima vm template(or maybe even as default) so i can use nerdctl --snapshotter=stargz run ... easily to make use of lazy pulling ?
If there are no side-effects to having it enabled, then it can be enabled by default.
Yeah, the steps you detailed can be handled internally by Colima.
Description
Current colima(the VM it provisions) already comes with the stargz-snapshotter preinstalled but not started or configured. To be able to use it one must ssh into the lima VM with
colima ssh
and configure and start the services. I used following commands to set up config/systemd-services and start them:Could this be done/configured via a config property in the colima vm template(or maybe even as default) so i can use
nerdctl --snapshotter=stargz run ...
easily to make use of lazy pulling ?