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.
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.