I try to understand about encryption image layer, how this actually works?
I successfully encrypt the images, export it to file, and then import it to other machine,
and then I import it using ctr-enc it's working and the encrypted images loaded to image layer,
but when I run it with standard ctr (get from apt), it can run the images even I didn't specify the key and didn't put any key to /etc/containerd/ocicrypt/keys / ~/.config/containerd/ocicrypt/keys
my assume -> need ctr-enc to run the encrypted images
but the actual -> you can run encrypted images using standard ctr (after import / pull it using ctr-enc)
I try to understand about encryption image layer, how this actually works?
I successfully encrypt the images, export it to file, and then import it to other machine,
and then I import it using
ctr-encit's working and the encrypted images loaded to image layer,but when I run it with standard
ctr(get from apt), it can run the images even I didn't specify the key and didn't put any key to/etc/containerd/ocicrypt/keys/~/.config/containerd/ocicrypt/keysmy assume -> need
ctr-encto run the encrypted imagesbut the actual -> you can run encrypted images using standard
ctr(after import / pull it usingctr-enc)