imeoer

Results 264 comments of imeoer

cc @sctb512 @changweige @ccx1024cc

We haven't tried running nydus snapshotter in rootless, maybe we can try adding some logs to the `snapshot/snapshot.go` -> `NewSnapshotter` code to debug, thanks!

@ChengyuZhu6 Thanks! I'll try to reproduce the bug and test the PR.

Hi, did you mean it's like `docker commit` for saving the container as a new nydus image? We are planning to create a `nydusify commit` command for this, actually the...

@aledbf reopened it, will sync the status once we are ready. :)

> @imeoer friendly ping. Any update? Thanks! cc @PerseidMeteor

Hi @aledbf , here is the `nydusify commit` subcommand: https://github.com/dragonflyoss/nydus/blob/master/docs/nydusify.md#commit-nydus-image-from-containers-changes

Can we add some e2e test cases for tarfs in https://github.com/containerd/nydus-snapshotter/blob/main/integration/entrypoint.sh?

This approach seems to only solve the nydusd registry credential persistence problem, but when the credential is changed (e.g. registry user/pass dynamically generated by a credential helper), nydusd may not...