nydus icon indicating copy to clipboard operation
nydus copied to clipboard

support nydus commit operation

Open imeoer opened this issue 2 years ago • 2 comments

For a running container with a nydus image, we can support container commit just like docker commit, the commit operation packs the container writable layer as a new image.

References:

cgroup freezer: https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-subsystem.txt nerdctl commit: https://github.com/containerd/nerdctl/blob/main/pkg/imgutil/commit/commit.go#L67

We can support it in nydusify commit or nerdctl commit.

imeoer avatar May 31 '23 02:05 imeoer

Received, currently interpreting the commit part of the code

ywcYY avatar May 31 '23 04:05 ywcYY

@PerseidMeteor are working on https://github.com/nydusaccelerator/nydus-cli

imeoer avatar Jan 04 '24 07:01 imeoer

This issue can closed by https://github.com/dragonflyoss/nydus/pull/1543

PerseidMeteor avatar Mar 20 '24 02:03 PerseidMeteor