containerd / stargz-snapshotter

Fast container image distribution plugin with lazy pulling
https://github.com/containerd/containerd/issues/3731
Apache License 2.0
1.16k stars 114 forks source link

Enable to run optimize command by non-root user #9

Open ktock opened 4 years ago

ktock commented 4 years ago

Currently, ctr-remote images optimize command requires root privilege for running the target image in a sandboxed environment. We should enable to run it by non-root user.

It is mainly because optimize command uses overlayfs to make rootfs environment for a container. fuse-overlayfs would be good alternative for overlayfs.

AkihiroSuda commented 4 years ago

Ubuntu and Debian 10 support real overlayfs